form.baseForm fieldset { 
	width: 100%;
	overflow: hidden;
	float: left;
}
	
form.baseForm legend {
	padding: 0 2px;
	font-weight: bold;
	color: #000;
}
	
form.baseForm label {
	float: left;
	width: 120px;
	text-align: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}
	
form.baseForm fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.baseForm fieldset li {
	list-style: none;
	float: left;
	width: 100%;
}

form.baseForm fieldset li.email {
	margin-left: 130px;
	width: 300px;
	/*width: 390px;*/
	padding: 10px;
	overflow: auto;
	background: #fff;
	display: inline;
}

	form.baseForm fieldset li.email p textarea {
		margin: 10px 0 0 0 !important;
		float: left;
	}

form.baseForm fieldset li small {
	clear: both
}


	
form.baseForm fieldset fieldset {
	border: none;
	margin: 0;
}

form.baseForm fieldset fieldset legend {
	padding: 0;
	font-weight: normal;
	margin: 0;
}
	
form.baseForm fieldset fieldset label {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	margin-left: 123px;
}

form.baseForm fieldset fieldset label input {
	border: 0;
	width: auto;
	margin: 0;
	background: none;
}

form.baseForm em {
	font-weight: bold;
	font-style: normal;
	color: #b7604c;
	padding-left: 5px;
}


/* customization */
label{	color: #c6c3b2 !important }
.errorList {
	float: left;
	width: 300px;
	/*width: 500px*/
	padding: 10px 10px 10px 40px;
	border: 1px solid #900;
	font-weight: bold;
	font-size: 1.1em;
	background: #F1E3E3 url(/img/template/icon-error-lg.png) no-repeat 10px 10px;
}

	.errorList li {
		color: #900;
		font-weight: bold;
		margin: 0;
		list-style: none;
	}

form.baseForm fieldset {
	padding: 5px 0 5px 0;
	border: none;
	border-top: 1px solid #555;
	background: #333;
}
form.baseForm fieldset.submit{
	margin-top: 2px;
	padding: 5px 0 5px 0;
	background: #666 !important ; 
	border-top: none !important 
}
form.baseForm fieldset li {
	padding: 4px 0;
	margin: 0;
}

input, textarea {
	border: 2px solid #444;
	margin: 0;
	background: #fff url(/img/template/bg-input.png) repeat-x top;
	padding: 2px;
	width: 250px;
}
input:focus, textarea:focus{
	border: 2px solid #c6c3b2;
	background: #fff url(../img/bg_input.gif) repeat-x;
}
textarea {
	width: 70%;
}

input.error, select.error, textarea.error {
	border: 1px solid #900;
	margin: 0;
	background: #FCF7F7;
	padding: 2px;
}

.button, input[type="checkbox"], input[type="submit"], input[type="button"], input[type="radio"], input[type="image"] {
	padding: 0;
	background: none;
	border: none;
	width: auto;
	color: #c6c3b2 !important;
	cursor: pointer
}

input.button-img {
	border: 0 !important;
	width: auto !important;
	background: none !important;
}

fieldset.button {
	float: left;
	padding-top: 10px;
	padding-left: 130px !important;
	background: #444;
}



/*\*//*/ form.baseForm legend { display: inline-block; } /* IE Mac legend fix */