/**
 * CSS for the forms on the OneStar Foundation site
 * @author Luke Sneeringer
 * @author Copyright 2008, Live Oak 360. Inc.
 */

/* Regular form rows */
.formrow {
	display: block;
	margin-top: 2px;
}

.formrow label {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
	text-align: right;
	width: 120px;
}

.formrow .v-error {
	margin-left: 130px;
}

/* Verbose form rows */
.formrow-verbose {
	padding-top: 2px;
}


.formrow-verbose label {
	display: block;
}

/* Universally applicable */
.formgroup {
	margin-bottom: 10px;
}

.required {
	font-weight: bold;
}

.v-error {
	color: red;
}

/******************************/
/**** Define Form Layouts *****/
/******************************/
.required {
	font-weight:bold;
		
}
#formtop {
	display:none;
}
.formcontainer {
	padding-top:0px;

}

.formcontainer * input,
.formcontainer * textarea {
	padding:3px;
	width:220px;
}

.formcontainer * textarea {
	width: 224px;
}
button {
	padding: 3px;
}
#submit_button {
	width: auto;
}
.formcontainer legend {
	color:#333333;
}

.formcontainer select {
	margin-bottom: 1px; /* fix for IE */
	padding:3px;
}
.formcontainer select option {
	padding: 0 5px;
}
.formcontainer dl {
	background-color: #FFFFFF;
	clear:both;
}

.formcontainer dt {
	display:block;
	width:40%;
	float:left;
	text-align:left;
	clear:both;
	padding-top:15px;
	margin-bottom:10px;
	margin-left:0px !important;
	border-top: solid 1px #CBD28A;
	overflow:hidden;
}

.formcontainer dd {
	display:block;
	width:60% !important;
	overflow:hidden;
	margin-left:0px !important;
	float:left;
	padding-top:10px;
	margin-bottom:10px;
	border-top: solid 1px #CBD28A;
}

.formtext {
	width: 260px;
	padding:5px;
}

.formarea {
	height:220px;
	padding:5px;
	width:100%;	
}
.listoptions {
	padding-bottom: 6px;
	color: #FF0000;
}
.checkboxgroup {
	clear:both;	
	margin-left:1px;
	margin-top:-15px !important;
	padding:20px 0 0;
}
.checkboxgroup input,
.radiogroup input {
	border:none !important;	
	width:auto;	
	height:auto;	
}

.radiorow {
    margin-bottom:2px;    
}
.checkboxrow {
    clear:left;
    width:335px;
}
.checkboxrow span {
    float:left;
    display:block;
    width:20px;
}
.checkboxrow label {
	display: block;
	margin-left:20px !important;
    padding-top:0px;
    padding-bottom:5px;
  
}

.errorstatus {
	color:#990000;
	font-weight:bold;	
}
#formfeedback {
	font-family:arial, helvetica, sans-serif;
	margin-top:20px;
	margin-left:20px;

}
#formfeedback li {
	list-style-type:none !important;
}
.errormsg {
	color:#999999 !important;
	margin-bottom:5px;
    margin-bottom:5px;	
}
.errormsg a {
	color:#990000 !important;
	margin-bottom:5px;
    margin-bottom:5px;	
}
.bold {
    font-weight:bold;    
}

.zendwrap {
    padding:5px 0;
    margin:3px 0;
}

.zendradio label,
.zendselect,
.zendtext,
.zendcheckbox,
.zendmulticheckbox
{
    margin-left:20px !important;    
}

input.zendcheckbox,
input.subclick, 
input.subclickc  {
	width:auto !important;	
	height:auto !important;
	margin-right:4px;
    margin-left:20px;    
}
.zendradio input,
.zendmulticheckbox input {
	border:none !important;	
	width:auto;	
	height:auto; 
	margin-right:4px;   
}
input.smartbox, 
input.checkboxgroup {
    margin-left:20px;
    margin-right:4px; 
	width:auto;	
	height:auto;    
}
#service_county {
     height:130px;
     width:150px;
     margin-left:20px;   
}
.zendtextarea textarea {
     width:90% !important;
     height:50px;   
}
.otherview {
    margin-left:40px;
    font-style:italic !important;    
}
#coop_container textarea {
	height: 120px;
	width: 320px;
}
