@charset "utf-8";

/* CSS Style Document */

body
{ background-color: #122C86;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}


h1
{
	font-size: 18px;
	font-weight: bold;
	color: #0096E1;
	padding-bottom: 8px;
	padding-top: 40px;
	text-transform: uppercase;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
}

a {
 COLOR: #0096E1; 
 TEXT-DECORATION: none;
 font-weight:bold;
}
a:hover {
	COLOR: #666666;
	TEXT-DECORATION: underline;
	font-weight: bold;
}


#container
{
	background-image: url(../assets/background.jpg);
	background-repeat: repeat-x;
	height: 607px;
	padding-top: 60px;
	position: relative;
	padding-bottom: 60px;
}

#wrapper
{
	width:740px;
	margin: auto;
	position: relative;
}

#content
{
	width: 680px; /**740 without padding**/
	background-color: #ffffff;
	position: relative;	
	padding:15px 30px 0px 30px;
}


.left-column
{
	width: 170px;
	float: left;
	display: inline;
	margin-right: 30px;
}

.right-column
{
	width: 480px;
	float: left;
	display: inline;
	margin-top: 35px;
}

.tandc
{
margin-top: 8px;
}

.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bottom-img
{
	margin-top: 40px;
}

.paragraph
{
	padding-bottom: 15px;
}

.field 
{
 text-transform:uppercase;
 /**background-color: lime;**/
}
 
.label-div
{
	float: left;
	text-align: right;
	width: 235px;
	margin-right: 20px;
	padding-bottom: 10px;
	/**background-color: fuchsia;**/
	display: inline;
	font-size: 12px;
}

.input
{
	float: left;
	text-align: left;
	width: 200px;
	/**background-color: gray;**/
	padding-bottom: 10px;
	display: inline;
}

label.error{
 	clear: both;
 	display: block;
 	color: red;
 	font-size: 80%;
 	text-transform: none;
 	
 }



