body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	/*background-image:url(../images/bg.png);*/
	background-color:#4f6f92;
	margin-left: 0px;
	margin-top: 0px;

}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}

#container {
	width:900px;
	margin-left: auto ;
	margin-right: auto ;
	/*border:1px solid #666666;
	background-color:#FFFFFF;

	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	
	box-shadow: 2px 2px 2px #333333;
	-moz-box-shadow: 2px 2px 2px #333333;
	-webkit-box-shadow: 2px 2px 2px #333333;
	-khtml-box-shadow: 2px 2px 2px #333333;*/

}

#top_container {
	width:100%;
	margin-left: auto ;
	margin-right: auto ;
	padding:0px 0px 20px 0px;
}
#top_containerleft:hover {
	cursor:pointer;
	cursor:hand;
}

#top_containerleft {
	background-image:url(../images/americandreamreview.png);
	background-repeat:no-repeat;
	width:424px;
	height:45px;
	float:left;
}

#top_containerright {
	width:476px;
	float:right;
	text-align:right;
	color:#FFFFFF;
}

#nav_footer {
	padding:15px 0px 10px 0px;
}

#content{
	width:100%;
	border:1px solid #666666;
	background-color:#FFFFFF;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	box-shadow: 2px 2px 2px #333333;
	-moz-box-shadow: 2px 2px 2px #333333;
	-webkit-box-shadow: 2px 2px 2px #333333;
	-khtml-box-shadow: 2px 2px 2px #333333;
	
}

#content_left{
	width:590px;
	float:left;
	padding:5px 0px 5px 5px;
	border-right:1px dotted #666666;
}

#content_right{
	width:294px;
	float:left;
	padding:5px 0px 0px 5px;
}

#creditcard_holder{
	width:100%;
	margin-left: auto ;
	margin-right: auto ;
	padding:10px;
	background-color: #8fabca;
}

#creditcard_content{
	width: 492px;
	height: 63px;
	margin-left: auto ;
	margin-right: auto ;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	box-shadow: 2px 2px 2px #333333;
	-moz-box-shadow: 2px 2px 2px #333333;
	-webkit-box-shadow: 2px 2px 2px #333333;
	-khtml-box-shadow: 2px 2px 2px #333333;
}

#forgotpass{
	padding-top: 5px;
	font-size:10px;
}

#forgotpass a{
	color:#FFFFFF;
	text-decoration:none;
}
#forgotpass a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.mandatory{
	color:#FF0000;
}