div#frm label { color: white; sans-serif; font-size: 14px; font-family: sans-serif; padding-top: 20px; } input[type="text"] { border: solid 2px black; padding: 5px; font-family: sans-serif; font-size: 12px; font-weight: normal; color: #163D50; border-radius: 5px; margin-bottom: 20px; margin-left: 30px; } input[type='text']:focus { border: solid 2px black; box-shadow: 0 0 5px 2px #969696; } textarea { border: solid 2px black; padding: 5px; font-family: sans-serif; font-size: 12px; font-weight: normal; color: #163D50; border-radius: 3px; margin-left: 30px; border-radius: 5px; } textarea:focus { border: solid 2px black; box-shadow: 0 0 5px 1px #969696; } div#frm em { color: white; sans-serif; font-size: 14px; font-family: sans-serif; padding-top: 20px; margin-left: 20px; } div#frm input[type="submit"] { margin-left: 30px; } p.ls { padding: 0px; font-family: sans-serif; font-size: 16px; font-weight: normal; color: white; margin: 0 30 30 30; text-indent: 0; text-align: justify; } a.vds { color: white; text-decoration: none; } a.vds:hover { color: white; background-color: transparent; text-shadow: 1px 1px black; } p.vd { padding: 0px; font-family: sans-serif; font-size: 16px; font-weight: normal; color: white; margin: 0 50 10 90; text-indent: 0; text-align: justify; } p.tit { padding: 5 20 5 20; font-family: sans-serif; font-size: 16px; font-weight: bold; color: white; margin: 0 30 10 30; text-indent: 0; text-align: justify; background-color: rgba(0,0,0,.4); } p.st { padding: 5 20 5 20; font-family: sans-serif; font-size: 16px; font-weight: bold; color: white; margin: 0 30 10 70; text-indent: 0; text-align: justify; background-color: rgba(0,0,0,.2); } a.vds2 { color: white; text-decoration: none; border-top: 2px solid white; display: block; } a.vds2:hover { color: white; background-color: transparent; text-shadow: 1px 1px black; }