form {
	width:50%;
	z-index:100;
	margin:10px; margin-bottom:20px;
	padding:5px 5px 5px 15px;
	background:#fff; 
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:14px;
	color:#736357;
	text-align:left !important;
}
fieldset{
	-moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px;
	clear:both;
	padding:1em 1.4em 1.4em 1.4em;
	margin:1.2em 0 1.2em .3em;
	min-width:500px; 
	margin-bottom:20px;
	border:1px solid #b9b193;
	background:#fff7de;
}
legend{
	-moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px;
	margin:0 -.4em;
	padding:.2em .8em;
	font-weight:bold;
	font-size:1.2em;
	color:#754c24;
	background-color:#fff;
	border:1px solid #e8d2b8;
	-icab-box-shadow:3px 3px 3px #ccc; -khtml-box-shadow:3px 3px 3px #ccc; -moz-box-shadow:3px 3px 3px #ccc; -webkit-box-shadow:3px 3px 3px #ccc; box-shadow:3px 3px 3px #ccc;

}
label{
	display:block;
	margin-top:10px;
	margin-bottom:3px;
	font-size:13px;
	font-weight:bold;
	color:#754c24;
	font-size:14px;
}
label em{
	font-weight:normal;
	color:#369;
}
input, textarea, select {
	-moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px;
	font-size:1.1em;
	color:#000;
	padding:5px;
	font-family:"Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
input{
	width:93%; width:94%;
	border:2px solid #ccc;
	background-color:#fff;
}

input:focus,textarea:focus,select:focus{
	border:2px solid #369;
}
input[type="radio"],input[type="checkbox"]{
	background:transparent !important;
	border:0 !important;
	width:16px !important;
}
input[type="radio"]{
	width:13px !important;
}
select{
	padding:4px;
}
button{
	outline:none;
}
option[disabled] {
	color:#999;
	background:#ccc;
}
label.error {
	/*display: block;*/
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error, select.error, input[type="radio"].error, input.radio {
	border: 2px solid red;
}
div.error {
	color: red;
	font-style: italic;
	font-weight: normal;
}
.btn, .btn2 {
	float:left;
	margin:10px 0 0 20px;
	padding:5px;
	width:130px !important;
	border:0 !important;
	-moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px;
	background:#369 url(images/btn-bg.png) repeat-x bottom;
	color:#fff;
	cursor:pointer;
	font-size:14px !important;
	text-transform:lowercase;
}
.btn2 {
	background:#060; 
	background-image:none;
	width:88% !important;
	text-align:center;
}
.btn:hover, .btn:focus, .btn2:hover, .btn2:focus {
	color:#c8defd;
	border-color:#a1bde6 !important;
}
.btn, .btn2, .btn:hover, .btn:focus, .btn2:hover, .btn2:focus {
	padding:8px 10px;
	font-size:135% !important;
	border:1px solid #235180; border-top:0;
	-icab-box-shadow:5px 5px 5px #999;-khtml-box-shadow:5px 5px 5px #999;-moz-box-shadow:5px 5px 5px #999;-webkit-box-shadow:3px 3px 5px #999;box-shadow:5px 5px 5px #999;
	margin-bottom:2em;
}
/*.btn2, .btn2:hover, .btn2:focus {
	padding:4px 4px;
	font-size:100% !important;
}*/
.box-shadow{
	-icab-box-shadow:3px 3px 5px #e8d2b8; -khtml-box-shadow:3px 3px 5px #e8d2b8; -moz-box-shadow:3px 3px 5px #e8d2b8; -webkit-box-shadow:3px 3px 5px #b9b193; box-shadow:3px 3px 5px #e8d2b8;
}
#name-fields {
	overflow:hidden;
}
.adjacent-field-group {
	float:left;
	width:45%; width:47%;
	overflow:hidden;
	margin-right:5%; margin-right:3%;
}
.adjacent-field-group input,.adjacent-field-group select{
	width:95%; width:93%;
}
#address2{margin-top:0;}
h2{
	font-size:30px;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
}
h3{
	font-size:18px;
	color:#754c24;
	font-family:"Lucida Grande", Arial, sans-serif;
	text-shadow:1px 1px 1px #fff;
}
strong{
	color:#369;
}
.extra_padding{
	padding-top:10px;
}