/*Form -Signup*/
form#two {
	background:#ffffff none repeat scroll 0%;
	border:0px;
	margin:0pt auto;
	padding:10px;
	width:440px;

}
form#two fieldset {
	border:3px solid #0099FF ;
	display:block;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding:5px;
	width:420px;
}
form#two fieldset#personal {
//background:transparent url(../images/crutch.gif) no-repeat scroll 380px 10px;
}
form#two fieldset#medical {
//background:transparent url(../images/sling.gif) no-repeat scroll 380px 10px;
}

* html form#two fieldset#personal, * html form#two fieldset#medical {
	background-position:400px 20px;
}
* html form#two fieldset#current {
	background-position:390px 20px;
}
form#two fieldset#opt {
	background:#DDEEEE none repeat scroll 0%;
}
form#two legend {
	background:#0099FF;
	border:2px solid #0099FF;
	color: #f2f2f2;
	font-weight:bold;
	margin-bottom:5px;
	padding:2px;
	width:234px;
}
form .label {
	clear:left;
	color:#666;
	display:block;
	float:left;
	margin-bottom:0.5em;
	padding-right:10px;
	text-align:left;
	width:210px;
	font-size: 1.5em;
}

.agree-input {
	background:#FFFFFF url(../images/form.gif) repeat-x scroll left top;
	border:1px solid #999999;
	margin-bottom:0.6em;
	padding-left:19px;
	background-image: url(../images/16t.png);
	background-repeat: no-repeat;
	width:166px;
}

form#two input#termsAgreed{
	background:#FFFFFF;
	margin-bottom:0em;
	padding-top: 2px;
	border: none;
}

form#two input:hover, form#two input:focus{
	background-color:#f2f2f2;
	border-color: #0099FF;
}

form#two select {
	margin-left:0em;
}
form#two textarea {
	background:#f2f2f2 ;
	border:2px solid #999999;
	height:3em;
	overflow:auto;
	padding:0.5em;
	width:400px;
}
form#two option {
	background:#f2f2f2 none repeat scroll 0%;
}

form#two optgroup {
	background:#AABBBB none repeat scroll 0%;
	color:#000000;
}

form#two optgroup option {
	background:#99AAAA none repeat scroll 0%;
	color:#FFFFFF;
}

form#two #button1, form#two #button2 {
	color:#CC0000;
	cursor:pointer;
	margin-left:8px;
	padding-right:0.5em;
	width:205px;
}

form#two #button1:hover, form#two #button2:hover {
	background-position:left center;
	color:#000000;
}

form#two .termsBlock {
float: right;
text-align: right;
}

/*Gray Forms*/
.textbox2 {
	background-image: url(../images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:142px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}

.textbox2:focus, .textbox2:hover {
	background-color:#F0FFE6;
}

.textbox {
	background-image: url(../images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:225px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}


/* Validation form */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 5px 0px;

}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#E0343D;	

}
    
.LV_valid_field,	
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 3px solid #82DAFF;
    background: url(../images/action_check.gif) transparent no-repeat right;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 3px solid #E0343D;
    background: url(../images/action_delete.gif) transparent no-repeat right;
}

#form h1 {
	padding-bottom: 5px;
}
#form .headtype2 {
	padding-top: 15px;
	padding-bottom: 5px;
}

#form {
	float: left;
	width: 488px;
	padding: 0px 0px 0 0px;
	clear: both;
	display: block;
}
html>body #form {
	width: 488px;
	padding-right: 20px;
}

.form_top {
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 508px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../images/form_bg_top.gif);
	background-position: left bottom;
}
.form_mid {
	clear: both;
	display: block;
	width: 468px;
	padding: 0 20px 0 20px;
	margin: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/form_bg_mid.gif);
}
html>body .form_mid {
	width: 468px;
	padding: 0 20px;
}
.form_btm {
	clear: both;
	display: block;
	width: 508px;
	margin: 0px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/form_bg_btm.gif);
}


