/*
CSS Base for Children's Lifeline FORMS
*/

/* Online Contact Form */

form {
margin-left:0px;
}

legend {
font-size:120%;
font-weight:bold;
color:#F43032;
}

.fieldset {
  width:600px;
  color:#003366;
  font-size:80%;
  border-color:#F43032;
  /* background-color:#F0F6CC; */
}
  
.fieldset label {
text-align:right;
width:100px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
}

.fieldset .toplabel {
text-align:left;
width:400px;
margin-left:113px;
margin-bottom:0px;
color:#003366;
}

.fieldset .nobr {display:none;}  

.fieldset .textfield {
margin:3px;
height:20px;
width:400px;
border:solid 0 #fff;
background: transparent url("../images/textfield_400_bg.gif") no-repeat;
}

.fieldset .textarea {
margin:3px;
height:165px;
width:400px;
border:solid 0 #fff;
background: transparent url("../images/textarea_400_bg.gif") no-repeat;
}

.fieldset .select {
margin:3px;
height:21px;
width:400px;
border:solid 0 #fff;
font-size:115%;
background: transparent url("../images/textarea_400_bg.gif") no-repeat;
}

.fieldset .imgverify {
margin:3px;
height:20px;
width:156px;
border:solid 0 #fff;
background: transparent url("../images/imgverify_bg.gif") no-repeat;
}

.submit {
margin-left:240px;
border:none;
}

.style1 {color: #003366}

