/***************
 *  HTML
***************/

body#main {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 120px;
	padding: 0px;
	background: url("bodyBg3.gif") #2b2b2b repeat-x; 
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px; 
	letter-spacing: 0px; 
	line-height: 19px; 
	color: #cbcbcb;
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
}

p {
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #cbcbcb;
}

p.enter {
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #cbcbcb;
	text-align: center;
}

p.counter {
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #cbcbcb;
	text-align: center;
}

p.errorMess {
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 12px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	color: #cbcbcb;
	text-align: center;
}

p.errorHead {
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #cbcbcb;
	text-align: center;
}

/***************
 * UNIQUE MAIN ID'S
***************/

div#wrapper {
	float: left;
	width: 540px;
	padding: 20px;
	margin: 0px 0px 0px 0px;
	background: #000;
}

/*** IE BOX HACK ***/
div#wrapper {
	\width: 540px;
    w\idth: 500px;
}
/*** /IE BOX HACK ***/


/**********************
  CLASSES
**********************/

.landingImg {
	margin: 0 0 15px 0;
}


/**********************
 *  FORM PROPERTIES
**********************/

/**********************
 *  LINKS PROPERTIES
**********************/

a:link, a:visited {
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 16px;
	color: #737373;
	line-height: 19px; 
    text-decoration: none;
}

a:hover, a:active {
	font-family: "Georgia", Times New Roman, Times, serif; 
	font-size: 16px;  
	color: #960200;
	line-height: 19px; 
    text-decoration: none;
}