@CHARSET "UTF-8";

html, body {
	font-family: helvetica, Arial;
	font-size: 12px;
	position: relative;
	margin: 0;
	padding: 0;
	position: relative;
}

html {
	background-color: #BE8852;
}
body {
	padding: 25px;
	background: white url("../img/breakup_bg.png") repeat-x scroll center bottom;
}

a {
	color: #663300;	
	font-weight: bold;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	margin-top: 0;	
}

input[type="button"], input[type="submit"] {
	background-color: #ff9900;
	font-weight: bold;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	font-size: 14px;
	margin: 10px 0;
	padding: 8px;
	border: 0;	
}

input[type="button"]:hover, input[type="submit"]:hover {
	cursor: pointer;	
}

input[type="text"] {
	font-size: 14px;
	border: 1px solid #ff9900;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
}

.page {
	width: 650px;
	margin: 20px auto;
	position: relative;
	left: -100px;	
}

.container {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	border: 3px solid #663300;
	margin: 0 0 20px 0;
	padding: 20px 30px;
	width: 580px;
	background-image: url(../img/semi_trans.png);
}

.container .next, .container .prev {
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-image: url(../img/next.png);	
	float: left;
	margin: 30px 20px;
}

.container .prev {
	background-image: url(../img/prev.png);
}

.container .prev.disabled, .container .next.disabled {
	cursor: auto;
	visibility: hidden;
}

.test {
	display: none;	
}

.question, .front {
	position: relative;
	padding: 20px;
	margin: 20px;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	background-color: white;
	line-height: 1.5em;
	float: left;
	width: 350px;
	min-height: 235px;
}

.end {
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px; 
	line-height: 1.5em;
}

.front {
	width: 500px;
	float: none;
	display: none;	
}

.clear {
	float: none;
	clear: both;
}

.hidden {
	display: none;	
}

.visible {
	display: block;
}

.left {
	float: right;	
}

.right {
	float: right;	
}

.result {
	font-weight: bold;
	font-size: 16px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	padding: 10px;
	background-color: #ff9900;
	color: white;
}

.semi_transparent {
	/*opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:.80;*/
}

.error {
	color: red;	
}

.footer {
	font-size: 11px;
	color: #ffffff;	
	padding-top: 40px;
}

.percent {
	display: none;	
}

#progress {
	margin: 0 auto;
	width: 160px;	
}

.countries {
	padding-top: 20px;	
	color: white;
}

.countries a {
	color: white;	
}

.how {
	float: right;
	margin-top: 80px;
	margin-bottom: 20px;
}

.how a {
	display: block;
	font-size: 14px;	
	background-color: #ff9900;
	padding: 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.how a:hover {
	text-decoration: underline;
	background-color: #990000;
}


.logo {
	float: left;	
}

.how_text {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -130px;
	height: 200px;
	width: 440px;
	z-index: 101;	
	background-color: white;
	padding: 30px;
	border: 1px solid #dddddd;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
}

.how_text div a {
	font-size: 14px;
	text-decoration: none;	
}

.pr {
	color: #666666;
	display: block;
	text-align: left;
	font-size: 11px;	
}

.bonus {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 10px;	
}

.information {
	color: #333333;
	font-weight: bold;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 1.8em;
	position: absolute;
	top: 10px;
	background-image: url("../img/info.png");
	background-position: top left;
	background-repeat: no-repeat;
	left: 50%;
	width: 290px;
	height: 80px;
	margin-left: 75px;
	display: block;	
	z-index: 1002;
}

.last b {
	color: red;
	font-size: 13px;
}

.tos_div {
	float: left; 
	margin-right: 5px;
	border: 1px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
}

.tos_div.error {
	border-color: red;	
}

.tos_arrow {
	display: none;
	float: left;;
	height: 21px;
	width: 21px;
	margin-right: 5px;
	background-image: url("../img/arrow_small.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

.disable {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:.50;	
	z-index: 100;
}

.message {
	padding: 10px;
	background-color: #eeeeee;	
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
}
