/*
	Cazarin Web Group www.cazarin.com

*/

/********************************************
		Forms
********************************************/
#contact {

	margin: 0 0 0 10px;
	width: 510px;
	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: none;
	border-top: 1px solid #999;
	margin: 15px 0;
	padding: 10px 0;
	float: left;
}

#contact legend {
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 5px 0 0;
}

/** Select Box Elements **/
option {
	padding: 0px 2px;
}

optgroup option {
	margin: 0 0 0 15px;
}


/** Validation Identifiers **/
.normal, .required, .error {
	clear: both;
	float: left;
	margin: 5px 0px;
}

.submit {
	clear: both;
	margin: 10px 0 10px 200px;
	float: left;
}

.textBox {
	width: 250px;
	height: 150px;
}


.normal, .required, .error {
	padding: 3px;
	margin: 2px 0px;
	width: 490px;
}

.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;
}


#contact label {
	width: 200px;
}

#contact .checkBoxes_cleared {
	width: 200px;
	float: left;
	margin: 0 0 0 10px;
}


#contact .checkBoxes_cleared label {
	display: block;
	width: 200px;
	float: left;
	padding: 5px 5px 5px 25px;
	margin: 2px;
	position: relative;
	cursor: pointer;
	clear: left;
}
#contact .checkBoxes_cleared label input {
	position: absolute;
	left: 5px;
	top: 10px;
	border: none;
	padding: 0px;
}



/**** Use with Javascript ****/
#apptForm .days label.selected {
	border: 1px solid #FFDA77;
}


