body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 40px;
	padding: 0;
	background-color:#EEEEEE;
	text-align:center;
}

#frontpage{
	background:#FFF;
	border:solid thin #900;
	margin:20px 0;
	text-align:center;
}


#redbox{
	background-color:#FFF;
	text-align:center;
	margin: 20px auto;
	border:solid thin #900;
	width:70%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset 0 0 7px #900;
	-webkit-box-shadow: inset 0 0 7px #900;
	box-shadow: inset 0 0 7px #900;
}

#redbox #title{
	float: left;
	margin-left: 50px;
	margin-top:50px;
	font-size:xx-large; 
	font-weight:bold; 
	color:#900;
	max-width: 60%;
	text-align:left;
}

#redbox #subtitle{
	font-size:large; 
	font-weight:bold; 
	color:#900;
}

#redbox img{
	border-style:none;
}

#redbox #bbklogo{
	float:right;
	margin-right:50px;
	margin-top:50px;
}

#redbox #content{
	clear: both;
	text-align:left;
	margin:125px 50px 50px 70px;
	padding-top: 20px;
}

/*-------------------------------------*/

body.body_15 #redbox{
	background-color:#FFF;
	text-align:center;
	margin: 20px auto;
	border:solid medium #900;
	width:70%;
	-moz-border-radius: none;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: 0 0 7px #900;
}

body.body_15 #redbox #title{
	font-family:Century Gothic, sans-serif;
	float: left;
	font-weight:normal;
	margin-left: 50px;
	margin-top:50px;
	font-size:xx-large; 
	color:#900;
	max-width: 60%;
	text-align:left;
}

body.body_15 #redbox #subtitle{
	font-size:large; 
	font-weight:bold; 
	color:#900;
}

body.body_15 #redbox img{
	border-style:none;
}
body.body_15 #redbox #logo{
	float: right;
}
body.body_15 #redbox #bbklogo{
	float:right;
	margin:10px;
}

body.body_15 #redbox #content{
	font-family:Century Gothic, sans-serif;
	text-align:left;
	margin:125px 50px 50px 70px;
	padding-top: 20px;
}

#demogform{
	border:solid thin #900; 
	width:250px; 
	margin:10px auto 50px 0; 
	text-align:left; 
	padding:10px 10px 10px 10px; 
	line-height:25px;
	color:#900;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset 0 0 7px #900;
	-webkit-box-shadow: inset 0 0 7px #900;
	box-shadow: inset 0 0 7px #900;
}
body.body_15 #demogform{
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: 0 0 7px #900;
}
input{
	/*border:solid thin;*/
}

input[type="submit"], 
input[type="button"]{
	margin-top:10px;
	margin-bottom:10px;
	border:solid thin;
	border-radius: 15px;
}

select{
	border:solid thin #990000;	
}

#progress{
	width: 160px;
	height: 125px;
	float:right;
	text-align:center;
}

#progress img{
	position: relative;
	top:0;
	left:0;
}

#progresstext{
	color:#990000;
	font-size:small;
}

#concent{
	font-size:small;
	border:solid thin #990000;
	padding: 3px;
	width: 110px;
	text-align:center;
	float:right;
	clear:both;
	margin-right:20px;
	border-radius: 15px;
}

#concent input{
	font-size:x-small;
}

#survey{
	width: 80%;
	min-height: 300px;
}

#survey table{
	margin: 5px auto;
}

#survey table tr td{
	padding: 7px;
	font-size:18px;
	min-width: 320px;
}

#thanks_red_box{
	border:solid thin #990000;
	width: 500px;
	padding:5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#red_box_concent_form{
	border:solid thin #990000; 
	width:250px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
}

#red_box_concent_form form label:first-child{
	font-size:large;
	font-weight: bold;
}

.red{
	color:#990000;
}

.bendedcorners{
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.bigradio{
	width:25px; 
	height:25px;
}

.error{
	color:#F00;
	font-size:x-small;
}

.each_exp_ava{
	background-color:#D3DCE3;
	margin-bottom: 5px;
	padding: 7px;
	margin-top: 5px;
}
.exp_ava_name{
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-large;
	
}
.exp_ava_desc{
	margin-left: 20px;

}