/*
This style sheet was created from D:\dev\zuili\optin.html
*/

.col{
float:left;
margin:0;
padding:0;
display:block;
}
.row{clear:both;
float:none;
margin:0;
padding:0;
}
.formlabel{
text-align: right;
margin:0;
padding:0;
}
 a{
font: 12px/14px normal "Courier New", Courier, monospace;
font-weight: 900;
color: white; 
text-decoration: none;
}

a:hover{
text-decoration:underline
}


body{
background: transparent url(../images/bkg_form.jpg) no-repeat;
margin:0;
font: 14px/20px normal "Courier New", Courier, monospace;
font-weight: 900;
color: #c0c0c0;
}
p{

}
input{
}
INPUT[type='text']{
border: none;
border-bottom: 1px #c0c0c0 dashed;
background: transparent;
font: 14px/20px normal "Courier New", Courier, monospace;
font-weight: 500;
color: #c0c0c0;
width:200px;
height:16px;
margin:0;
padding:0;
}
INPUT[type='text']:focus{
color:#fff;
border-bottom: 1px #c00000 dashed;
}
textarea{
	border: 1px #c0c0c0 solid;
	background: transparent;
	font: 14px/20px normal "Courier New", Courier, monospace;
	font-weight: 500;
	color: #c0c0c0;
	width:200px;
	height:160px;
	margin:8px 0 0 0;
	padding:0;
}

textarea:focus{
	color:#fff;
	border-color: #c00000;
}

FIELDSET{
border: 1px #c0c0c0	dotted;
padding: 0;
}
LEGEND{
font: 18px/24px normal "Courier New", Courier, monospace;
font-weight: 900;
color: #c0c0c0;
border: 1px #c0c0c0	dotted;
background:#000;
padding:0 2px 0 10px;
margin: 0 0 18px 5px;
}


