body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding: 0;
  margin: 0;
  background-color:#e8edf2;
  color:#333333;
  line-height:1.6em;
}

.container{
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    width: 761px;
    background-color: #fff;
	min-height: 350px;
}

.header{
	padding: 10px;
	min-height: 70px;
	background-image: url(../images/aex/logo.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-bottom: 30px;
	border-bottom: solid 28px #168fee;    
}

.inputform{
	padding-left: 50px;
}

.buttonsDiv{
	padding-top: 25px;
	text-align: center;
}

a {
    text-decoration: none;
    color: #6894a8;
}

.error {
	color:red;
}

.foot-info {
	margin-top: 18px;
	margin-right: auto;
    margin-left: auto;
    width: 761px;
    font-size: 10px;
  	color:#6894a8;
    text-align: right;
    line-height: 1.2em;
    
	background: url(../images/aex/grow_with_us_aex.gif);
    background-repeat: no-repeat;
    background-position: 0px 10px 5px;
}

.clearTable {display: table; width: 570px;} 
.clearTableRight {text-align: left;}
.clearTableCenter {text-align: center;}  

.clearTH {
    background-color: #dcdcdc;
    color: #7e8083;
	font-weight: bold;
}

.clearTableRow:nth-child(odd) {background: #f1f1f1}


