body
{
	background: #ffffff;
	font: bold 14px georgia;
	color: #999999;
	padding-bottom: 50px;
}

.main
{
	background:#ffffff url(../images/body_gradient.png) repeat-x center top;
	border:1px solid #dcdcdc;
}

ul, li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
li
{
    margin: 0 0 10px 0;
}

hr
{
	margin:0px;
	clear:both;
}

a.button
{
	display: inline-block;
	font: bold 14px georgia;
	text-decoration: none;
	color: #fff;
	outline: none;
	background: url(../images/button.png) no-repeat left top;
	line-height: 40px;
	heigh:40px;
	padding-left: 25px;
	cursor:pointer;
}
a.button:hover
{
	color:#fff;
	background: url(../images/buttonHover.png) no-repeat left top;
}

a.button span
{
	line-height: 40px;
	display: block;
	padding-right: 25px;
	heigh:40px;
	background: url(../images/button.png) no-repeat right bottom;
}

a.button:hover span
{
	line-height: 40px;
	display: block;
	padding-right: 25px;
	background: url(../images/buttonHover.png) no-repeat right bottom;
}

input[type=text]
{
	width:150px;
	height:14px;
	border: 1px solid #cdcdcd;
	font: 13px trebuchet ms;
	color: #5a5a5a;
	padding: 3px 0px;
	background: #ffffff;
	cursor:pointer;
}

a.normal
{
	color:#999999;
}

a.normal:hover
{
	color:#990000;
}

#footer
{
	font: bold 14px "Trebuchet MS", Verdana, Arial, Serif;
}

table#table-contact td.left{
	text-align: right;
	padding: 5px;
}

table#table-contact td.right{
	text-align: left;
	padding: 5px;
}

/* FORM */

table#table-contact input[type=text],input[type=password]
{
	width:250px;
	border: 1px solid #000;
	font: 13px trebuchet ms;
	color: #5a5a5a;
	padding: 5px;
	background: #f1eae0;
	cursor:pointer;
}

table#table-contact input[type=text].error,input[type=text].error,input[type=password].error
{
	width:250px;
	border: 1px solid #ff0000;
	font: 13px trebuchet ms;
	color: #ff0000;
	padding: 5px;
	background: #FBE3E4;
	cursor:pointer;
}

table#table-contact select, select
{
	border: 1px solid #cdcdcd;
	font: 13px trebuchet ms;
	color: #5a5a5a;
	padding: 5px 2px;
	background: #ffffff;
	cursor:pointer;
}

table#table-contact select.error,select.error
{
	border: 1px solid #ff0000;
	color: #ff0000;
	background: #FBE3E4;
}

table#table-contact textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #000;
	font: 13px trebuchet ms;
	color: #5a5a5a;
	padding: 5px;
	background: #f1eae0;
}
