﻿.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

a img
{
	border: none;
}

#page, #header_page
{
	padding: 0;
	margin: 0px auto;
	text-align: left;
	display: block;
}

#header_page
{
	background: url("/images/background/sm_glass_top.png") no-repeat;
	height: 17px;
	width: 620px;
}
#page
{
	background: url("/images/background/sm_glass_middle.png") repeat-y left top;
	padding: 0 6px;
	width: 608px;
}

#footer
{
	display: block;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	margin: 0px auto;
	width: 620px;
	background: url(../images/background/sm_glass_bottom.png) left top no-repeat;
}
div.centered
{
	display: block; /*set the div in the center of the screen*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -310px;
	margin-top: -125px;
	width: 620px;
	height: 250px;
}

table tr th
{
	text-align: left;
}

.tb10
{
	border: 1px solid #d1c7ac;
	width: 250px;
	color: #333333;
	padding: 6px;
	margin-right: 4px;
	margin-bottom: 8px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #444;
	font-size: 120%;
}
