form {
	width:413px;
	overflow:hidden;
}

input {
	display:block;
	float:left;
	font-size:16px;
	padding:2px 2px 2px 3px;
	margin:2px 5px 2px 0px;
	vertical-align:middle;
	border:1px solid #D3D3D3;
	width:280px;
	background-color:#FFF;
	}

* html input {
	width:287px;
	w\idth:280px;
}
	
#captcha {
	width:60px;
}	
	
label {
	float:left;
	width:120px;
	font-weight:normal;
	font-size:16px;
	margin:2px 0px 2px 0px;
	padding:2px 0px 2px 0px;
	text-align:left;
	}
	
label.checkbox {
	padding:0px;
	margin:0px;
}
		
fieldset {
	float:left;
	margin:0px;
	padding:8px 5px 5px 0px;
	border:0px;
	}
	
fieldset input {
	margin:0px;
	padding:0px;
	}
	
	
fieldset#captcha input {
	width:94px;
}

input.error, textarea.error {
	border-color:#FF0000;
	background-color:#FFF5EE;
	color:#111;
}
		
form br {
	clear:left;
	}		

input.radio {
	border:0px;
	width:auto;
	margin:8px 0px 6px 15px;
	padding:0px;
	}	

input.checkbox {
	margin:2px 2px 2px 0px;
	width:15px;
	height:15px;
	}	


input.text {
	padding:2px 2px 2px 3px;
	margin:2px 5px 2px 0px;
	width:280px;
	background-color:#F5F5F5;
	}
	
textarea {
	width:280px;
	height:60px;
	padding:2px 2px 2px 3px;
	margin:2px 5px 2px 0px;
	float:left;
	border:1px solid #D3D3D3;
	overflow:auto;
	overflow-x:hidden;
	background-color:#FFF;
	}
	
* html textarea {
	width:287px;
	w\idth:280px;
}

	
select {
	float:left;
	margin:5px 5px 5px 0px;
	border:1px solid #D3D3D3;
	background-color:#F5F5F5;
	}		

select.error {
	background-color:#FF3300;
	color:#FFFFFF;
	}		
	
input:focus, textarea:focus 
      {
      background-color:#FFFAF0;
	  border:1px solid #f1923e;
      }			

input.error:focus, textarea.error:focus 
      {
      background-color:#FFE4E1;
	  border:1px solid #B22222;
      }	

input.submit, input.close {
	margin:5px 0px 5px 0px;
	padding:2px 6px;
	background-color:#F5F5F5;
	border:1px solid #D3D3D3;
	width:auto;
	}
	
input.hidden {
	display:none;
	clear:both;
	}

div.lightboxme {
	-moz-border-radius: 1px;
        background: rgba(255,250,205,1.0);
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 600px;
        position: relative;
        display: none;
}
