  
/*	-------------------------------------------------------------
 
	QUADRO
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Forms cascading style sheet
	Nom:forms.css
	Version:1.0
	Date:October 15th, 2009
 
	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/simonbouchard/portfolio
	Copyright �2009 Simon Bouchard <info@simonbouchard.com>
 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

form { 
	padding:7px 0 0 0; }

form li {
	margin:0;
	padding:0;
	list-style-type: none; 
	position:relative; }

form label {
	position: absolute;
	top:4px;
	left:10px; 
	font-size:11px;
	color:#666; 
	float: left; 
	width: 150px; 
	padding: 8px 0 0 0; 
	font-weight: normal; 
	display:block; }

form .labelyear {
	position: absolute;
	top:4px;
	left:200px; 
	font-size:11px;
	color:#666; 
	float: left; 
	width: 150px; 
	padding: 8px 0 0 0; 
	font-weight: normal; 
	display:block; }	
	
form input, form textarea {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
	font-size:11px;
	margin: 4px 0 13px 0;
	outline: none;
	padding: 10px;
	width: 100%; }
	
form textarea {
	font-size:14px;
}	
form input.localize1 {
	position: absolute;
	top:15px;
	left:0px; 
	font-size:11px;
	color:#666; 
	float: left; 
	width: 150px; 
	padding: 8px 0 0 0; 
	font-weight: normal; 
	display:block; }

form input.localize2 {
	position: absolute;
	top:15px;
	left:160px; 
	font-size:11px;
	color:#666; 
	float: left; 
	width: 150px; 
	padding: 8px 0 0 0; 
	font-weight: normal; 
	display:block; }	

form input.localize3 {
	position: absolute;
	top:15px;
	left:320px; 
	font-size:11px;
	color:#666; 
	float: left; 
	width: 150px; 
	padding: 8px 0 0 0; 
	font-weight: normal; 
	display:block; }
	
form select {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
	font-size:11px;
	margin: 4px 0 13px 0;
	outline: none;
	padding: 10px;
	height:40px;
	width: 45%; }	

form input:hover, form textarea:hover, form select:hover { border: 1px solid #cb7f13; }

form input:focus, form textarea:focus, form select:focus {
	border: 1px solid #cb7f13;
	color: #666; }

form input.submit {
	background: #323231;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight:bold;
	height: 33px;
	margin: 0;
	outline: none;
	text-transform: uppercase;
	padding: 2px 10px 4px 10px;
	width: auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }

form input.submit:hover {
	cursor:pointer; }

form input.submit:hover {
	background: #666666;
	text-shadow: 0 1px 0 #323231; }
	
form input[disabled] {
	border: 1px solid #FFF;
	background-color: #FFF;
	color:#fff;
}
		
form input.error { border: 1px solid #cc0000; }


/* Error Handling */
form .errorbox { 
	display:none; 
	margin:0; 
	font-weight:bold; 
	color:#bb252c; }

form li.alert label { 
	color:#bb252c; }


/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#message { 
	margin: 10px 0; 
	padding: 0; }
.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FBE3E4 url('https://data.bloggingrightalong.com/assets/error.gif') no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
	-webkit-border-radius:5px;
	margin-bottom:7px; }
.loader { 
	padding: 0 10px; }
.success_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: palegreen url('https://data.bloggingrightalong.com/assets/success.gif') no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	color:green;
	border: 1px solid green; 
	-webkit-border-radius:5px;
	margin-bottom:7px; }
}