@charset "UTF-8";
/*  */
/* Last Updated 6/10/2007 */
/* CSS Document */

body
{
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	background-color: #959595;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
}

a 
{
	color: #5a5a5a;
	text-decoration: none;
}

a:hover
{
	color: #ad8a34;
}

div#container
{
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}

.footer
{
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #000000;
}

input
{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #1A5087;
	padding: 3px;
}

.btnSubmit
{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #4C565f;
	background: #BCD2E6;
	border: 1px solid #4C565f;
	width: 128px;
	height: 30px;
}

.textSuccess
{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #FFD012;
}

.textError
{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #ff9212;
}
