﻿body
{
	margin: 0px;
	background-color:#f3f3f3;
}

body, td, th
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	line-height:16px;
}

#mainContainer
{
	width:900px; 
	margin-left:auto;
	margin-right:auto;
}

#content
{
	width: 880px;
	padding:10px;
}

.validator
{
	color:red;
}

input
{
	font-family:Segoe UI, Trebuchet MS, Tahoma;
	font-size:12px;
	color:#333333;
	border : solid 1px #ccc;
	height:18px;
	padding:3px;
}

textarea
{
	font-family:Segoe UI, Trebuchet MS, Tahoma;
	font-size:12px;
	color:#333333;
	border : solid 1px #ccc;
	padding:3px;
}

select
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	border : solid 1px #ccc;
	height:24px;
	padding:2px;
}

.button { width:66px; height:36px;}

a:link, a:visited, a:active
{
	color:#dd0909;	
}
a:hover
{
	color:#009999;	
}





