/*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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
FORM.global
{
	margin: 0;
}
FORM.global LABEL
{
	color: #666;
	float: left;
	width: 100px;
	padding: 8px 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;
	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 ##F13808;
	color: #F13808;
}
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;
	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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
