﻿body
{
	font-family: Arial; 
	font-size: 12px; 
	color: #000000;
	line-height: 18px;
}

#Container 
{
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}

#Header 
{
    border: none;
}

#Main 
{
    width: 100%;
    border: 2px solid #000000;
    border-bottom: 10px solid #363636;
}

#Content
{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.GreyHeader 
{
    width: 100%;
    background-color: #363636;
    height: 55px;
    margin-top: 16px;
    margin-bottom: 10px;
}

h1 
{
    color: #d02140;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

h2 
{
    color: #d02140;
    font-weight: bold;
    font-size: 19px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 2px;
}

.smText 
{
    color: #5e5d5d;
    font-weight: normal;
    font-size: 11px;
}

.SendMailtxt 
{
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    padding-left: 6px;
}

.ThankText 
{
    margin-left: 26px;
    line-height: 68px;
    font-size: 15px;
    font-weight: bold;
}

table.CategoryTable td a  
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    width: 330px;
    height: 25px; 
    display: block;
    padding-top: 3px;
    cursor: pointer;
}

table.CategoryTable td a:link {color: #000}     /* unvisited link */
table.CategoryTable td a:visited {color: #000}  /* visited link */
table.CategoryTable td a:hover { color: #ffffff; background: url(TdHover.gif) no-repeat;}   /* mouse over link */
table.CategoryTable td a:active {color: #000}   /* selected link */

a.RedLink:link {color: #cd2340; text-decoration: underline;}     /* unvisited link */
a.RedLink:visited {color: #cd2340; text-decoration: underline;}  /* visited link */
a.RedLink:hover { color: #cd2340; text-decoration: none;}   /* mouse over link */
a.RedLink:active {color: #cd2340; text-decoration: underline;}   /* selected link */

.Hover 
{color: #ffffff; background: url(TdHover.gif) no-repeat;}

.Line 
{
    border-bottom: 1px solid #dedede;
}

.MailError 
{
    color: #ffffff;
    font-size: 11px;
}

.Button
{
	background-image: url(../../shared/images/CancelBnt.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 44px;
	background-color: Transparent;
	border: none;
	padding-top: -20px;
	cursor: pointer;
}

.ButtonSend 
{
    margin-top: 10px;
}

.Submit
{
	background-color: #CE1233; color: white; padding: 3px; border: 0; cursor: pointer;
}

input, select
{
	font-family: Arial; font-size: 12px; color: #000000; 
}

.InfoBox
{
	position: absolute;
	display:block;
	width:433px;
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
    text-align: center;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
	margin-top: -148px;
}

.top{
	display: block;
	padding: 6px 8px 26px;
    background: url(bubble3.gif) no-repeat top;
}
.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 10px 20px 10px; 
	background: url(bubble_filler3.gif) repeat bottom; 
	text-align: left;
	margin-top: -20px;
}
.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble3.gif) no-repeat bottom;
}