﻿*
{
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.clear
{
	clear: both;
	height: 1px;
	visibility: hidden;
	margin-bottom: -1px;
}
.none
{
	display: none;
}
.notop
{
	margin-top: 0 !important;
}
a
{
	color: #6a0b21;
}
a:hover, a:active
{
	color: #666666;
}
img
{
	border: 0;
}
ul
{
	list-style: none;
}
fieldset
{
	border: 0;
}
body
{
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: #ede9e0;
	line-height: 1.8em;
	padding:0px;	
}
table
{
	font-family: arial, helvetica,sans-serif;
	font-size: 1em;
	border: 0;
	border-collapse: collapse;
}
th, td
{
	text-align: left;
	vertical-align: top;
}
input, select, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}
address
{
	font-style: normal;
}
.hand
{
	cursor: pointer;
}
.border
{
	border: solid 1px #C8C8C8;
}
.borderTop
{
	border-top:solid 1px #C8C8C8;
}
.borderLeft
{
	border-left:solid 1px #C8C8C8;
}
.borderBottom
{
	border-bottom:solid 1px #C8C8C8;
}
.borderRight
{
	border-right:solid 1px #C8C8C8;
}
.contentBorder
{
	background: url(Images/border.gif) no-repeat center;
	height: 1px;
}
.field
{
	border: solid 1px #333333;
	height: 18px;
	padding: 3px 0px 0px 3px;
}
/*--------------------Forms---------------------*/
.FormTitle
{
	font-weight:bold;
	font-size:13px;
}

.FormLine
{	
	padding-top:10px;
	clear:both;
}

.HintText
{
	font-size:10px;
}

.ModalOverlay 
{ 
	background-color: #cc0000; 
	filter: alpha(opacity=[80]) !important;/*for IE 5.5+*/ 
	opacity: .[0.8] !important;/*for FF 2x, Opera 9x*/ 
	-moz-opacity: .[0.8] !important;/*for FF 1x*/ 
}

