body
{
	background-color: #F2F2F2;
	color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
}

table
{
	width: 500px;
}

td
{
	border:0px;
	color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	width:50%;
}

#main
{
	margin-left: auto;
	margin-right: auto;
}

#error
{
	font-family: arial,sans-serif;
	font-size:11px;
	color: red;
}

.td_error
{
	border:0px;
	color: red;
	font-family: arial,sans-serif;
	font-size:11px;
	width:50%;
}

.textbox 
{
	background-color:#c0c0c0;
	border:1px solid;
	border-color:#000000;
}

.textbox_error
{
	background-color:#c0c0c0;
	border:1px solid;
	border-color:red;
}

.button_td
{
	text-align:center;
}

.button 
{
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	background-color:#c0c0c0;
	color: #000000;
	border-color: #ffffff;
	border: 1px solid;
}
