/*
	Cazarin Web Group www.cazarin.com

*/

/********************************************
		Forms
********************************************/
#contact {

	margin: 0 0 0 10px;
	width: 430px;
	display: inline;
}

#contact span {
	color: #FF0000;
	font-weight: bold;
	margin-left: -10px;
}

#contact label {
	display: block;
	float: left;
	padding-left: 10px;
}

input, textarea {
	border: 1px solid #BBB;
	padding: 1px;
	margin: 0 3px 0 0;
}

#contact fieldset {
	border-top: 4px solid #CCCC99;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	margin: 10px 0px 20px 0px;
	padding: 10px;
}
#contact fieldset fieldset {
	border-top: 4px solid #CCCC99;
	border-left: 2px solid #CCCC99;
	border-right: 2px solid #CCCC99;
	border-bottom: 2px solid #CCCC99;
	margin: 10px 0 5px 0px;
}
#contact legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CCCC99;
	padding: 0 4px;
}
#contact legend legend {
	color: #CCCC99;
	font-size: 14px;
}


/** Validation Identifiers **/
.normal, .required, .error {
	clear: both;
	float: left;
	margin: 3px 0px;
	width: 430px;
}

.submit {
	clear: both;
	margin: 10px 0 10px 200px;
	float: left;
}

.required input, .required .inputWrapper {
	border-left: 4px solid #BBB;
}

.error {
	color: #000;
	font-weight: bold;
}

.error input, .error .inputWrapper {
	border-left: 4px solid #FF0000;
}
#errorMessage {
	background-color: #EEE;
	padding: 5px;
	margin: 0 20px 20px 0;
	border-bottom: 2px solid #999;
	color: #FF0000;
	font-weight:bold;
}


#contact label {
	width: 200px;
}

#contact label.checkbox {
	float: none;
	padding-bottom: 3px;
}

#contact label.checkbox input{
	*margin-bottom: -3px;
}

.checkBoxSelection {
	width: 400px;
	margin: 10px;
}
#contact textarea {
	margin: 10px 0 0 10px;
	width: 420px;
	padding: 5px;
}

#email, #phone, #mail {
	padding: 5px;
	position:relative;
	top: 0px;
	left:0px;
/*	display:none;*/
	background-color: #FFFFFF;
	border-bottom: 2px solid #CCCC99;
	border-top: 2px solid #CCCC99;
	margin: 2px 0px;
}
 #phone input {
 	width: 35px;
 }

