﻿
a.Title
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none
}
a.Title:hover
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#f25600;
	text-decoration:underline
}

div.Head
{
	border: 1px solid black;
	background-color: #818181;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 3px;
	color: white;
	padding-top: 3px;
	filter:progid:DXImageTransform.Microsoft.Gradient();
	margin-bottom: 10px;
	width: 100%
}
input
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: seashell;
}
textarea
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: seashell;
}
.myError
{
	color: Red;
}



