body
{
    background-color: #000000;
    margin: 0px;
    text-align: left;
}

/* 
-----------------------
Intro Page  
*/
.introTable
{
    border: 0px;
   	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.enterBtn
{
     width: 117px;
     height: 19px;
     border: 0px;
     cursor: pointer; 
}

/* ------------------------------------------------------*/
/* Orders Page */
.style1 {
	background-image: url(images/roundcorner.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

.style2 {
	color: #7D7D7D
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.bgsplat {
	background-attachment: scroll;
	background-image: url(images/splatter.jpg);
	background-repeat: no-repeat;
	background-position: 32px 7px;
}

/* ------------------------------------------- */
/* Loading Bar */
.clsPageGreyDiv 
{
	position: absolute;
	overflow: hidden;
	width: 10px; height: 10px;
	left: -10px; top: -10px;
	z-index: 100;
	opacity: .3; /* CSS3 */
	filter: alpha(opacity=30); /* IE5.5+ */
	background-color: #D0D0D0;
}

.clsPageGreyImg 
{
	border: none;
	margin-right: 20px;
}
.clsPageGreyMsg 
{ 
	/* a P element which contains the img and msg text */
	position: absolute;
	width: 200px;
	left: -255px;
	padding: 4px;
	color: #000000;
	background-color: #FFFFFF;
	border: 2px solid #EF6C10;
	font: bold 12px arial;
	z-index: 101;
}

/* FORM */
/* ------------------------------------------- */
/* Page Settings */
textarea, input, select, p
{
	font: normal 11px verdana;
}

.stdBtn
{
	color: #FFFFFF;
	background-color: #EF6C10;
	border: none;
	height: 22px;
	line-height: 20px;
	cursor: pointer;
	font-style: italic;
}

/* --------------------------------------------------- */
/* Forms */
.formList ol 
{
	padding: 10px 0px 0px 0px;
	list-style: none;
}

.formList li 
{
	padding: 5px 0px 5px 0px;
	list-style: none;
	font: normal 11px verdana;
}

.formList li label
{
	text-align:right;
	width:180px;
	float:left;
	padding-right: 5px;
}

.reqFields
{
	color: #EF6C10;
	padding: 0px;
	margin: 0px;
}

.reqFieldsLbl
{
	display: block;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font: normal 10px verdana;
}

.singleTB
{
	width: 185px;
}

.multiLineTB
{
	width: 300px;
	height: 125px;
	text-align: left;
	padding: 0px; 
	margin: 0px;
	vertical-align:top;
}

.emailSentLbl
{
	display: block;
	height: 21px;
	width: 400px;
	padding: 8px 0px 0px 0px;
	margin: 10px 0px 0px 10px;
	color: #FFFFFF;
	font: bold 11px verdana;
	text-align: center;
	vertical-align: middle;
	background-color: #EF6C10;
	border: none;
	cursor: pointer;
}

/* ------------------------------------------------------*/
/* Validators */
.validator
{
	font: normal 11px verdana;
	padding-left: 185px;
	color: #EF6C10;
	display: none;
}