@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d7d7d7;
	margin:10px auto;
}

#stamp {
	background-image:url(../images/stamp.png);
	position:absolute;
	width:213px;
	height:394px;
	left: 960px;
	top: 40px;
	z-index:1000;
}

#container {
	width:930px;
	height:650px;
	margin:0 auto;
}

#header{
	height:80px;
}


#leftcontainer{
	width:200px;
	height:440px;
	float:left;
}

#imagecontainer {
	margin-left:10px;
	margin-bottom:10px;
	width:690px;
	height:440px;
	float:left;
}

#form {
	width:200px;
	height:321px;
	background-image:url(../images/form_bg.jpg);
	background-repeat:no-repeat;
	color:#7f7f7f;
	font-size:9px;
	font-weight:bold;
	padding-top:10px;
	padding-left:5px;
}

#promo {
	width:200px;
	height:115px;
	float:left;
}

#footer {
	margin-top:10px;
}

.formtitle {
	font-family:Arial;
	font-size: 18px;
	font-weight:bold;
	color:#f78f1e;
}

.condition {
	color:#000000;
}
.condition a {
	font-family:Arial;
	font-size: 10px;
	color:#f78f1e;	
}

.black_overlay {
	display: none;
	position: absolute;
	/*top: 20px;
	left: 489px;
	width: 100%;699px;
	height: 100%;198px;*/
	top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 30px;
	left: 560px;
	width: 300px;
	height: 157px;
	padding: 10px;
	border: 2px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
	color:#000000;
	font-size:10px;
}

.inputs {
	font-family:Arial;
	font-size: 11px;
	color:#000000;
	border: solid 1px #000000;
	background-color: #feff99;
	width:153px;
	height:15px;
	padding-top:0;
	padding-bottom:0;
}

.inputsmall {
	font-family:Arial;
	font-size: 11px;
	color:#000000;
	border: solid 1px #000000;
	background-color: #feff99;
	width:165px;
	height:15px;
	padding-top:0;
	padding-bottom:0;
}

.selectDate {
	font-family:Arial;
	font-size: 11px;
	color:#000000;
	border: solid 1px #000000;
	background-color: #feff99;
	width:53px;
	height:20px;
	padding-top:0;
	padding-bottom:0;
}

.selectTrat {
	font-family:Arial;
	font-size: 11px;
	color:#000000;
	border: solid 1px #000000;
	background-color: #feff99;
	width:167px;
	height:20px;
	padding-top:0;
	padding-bottom:0;
}
/* Text Styles */
.ArialRoundedLogo{
	font-family: Arial Rounded MT Bold, Arial;
	font-size: 16px;
	color: #797979;	
}
.ArialRoundedBreadBlack{
	font-family: Arial Rounded MT Bold, Arial;
	font-size: 14px;
	color: #000000;	
}
.ArialRoundedBreadGrey{
	font-family: Arial Rounded MT Bold, Arial;
	font-size: 14px;
	color: #959595;	
}
.ArialRoundedBreadGreyLight{
	font-family: Arial Rounded MT Bold, Arial;
	font-size: 14px;
	color: #d7d7d7;	
}
.Arial12Black {
	float:right;
	padding-top:15px;
	padding-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
a.quees:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d7d7d7;
	text-decoration: none;
}
a.quees:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d7d7d7;
	text-decoration: none;
}
a.quees:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d7d7d7;
	text-decoration: underline;
}
a.quees:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d7d7d7;
	text-decoration: none;
}
