@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
 
	COMMUNICATION AGENCY
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Slideshow (Homepage) cascading style sheet
	Nom:slideshow.css
	Version:1.0
	Date:
 
	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.global { 
	margin:0; }

form.global label { 
	color:#666; 
	float: left; 
	width: 100px; 
	padding: 8px 0 0 0; 
	font-weight: bold; 
	display:block }

form.global input, form.global textarea {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
	font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 4px 0 13px 0;
	outline: none;
	padding: 6px;
	width: 100%; }

form.global input:hover, form.global textarea:hover { border: 1px solid #b5b4b4; }

form.global input:focus, form.global textarea:focus {
	border: 1px solid #b5b4b4;
	color: #666; }

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

form.global input.submit:hover {
	cursor:pointer; }
	
form.global input.error { border: 1px solid #cc0000; }

/* CONTACT FORM */
form.global .errorbox { display:none; margin:0; font-weight:bold; color:#bb252c; }
form.global li.alert label { color:#bb252c; }


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

}