/* CSS Document */
html{
	background:url(../_images/stripes-bg.jpg) repeat top left;
	padding:0 0 40px;
}
body{
	font:12px arial, helvetica, verdana, sans-serif;
}
strong{
	font-weight:bold;
}
img {
/*	behavior: url("/_scripts/pngbehavior.htc");*/
}
a{
	text-decoration:underline;
	color:#333;
}
em{
	font-style:italic;
}
strong,
strong em{
	font-weight:bold;
}
.center{
	display:block;
	text-align:center;
	margin:auto;
}
#innerWrapper{
	width:940px;
	margin:0 auto;
}
#header{
	margin:0 0 20px;
	height:132px;
	width:940px;
}
#header #logo{
	margin:0 25px 0 0;
}
#header #subscribe{
	margin:0 18px 0 0;
}
#header #topbanner{
	margin:0 0 -5px;
}
#mainMenu{
	height:32px;
	width:937px;
	margin:0 0 20px;
	padding:0;
}
#mainMenu li{
	float:left;
	display:inline;
}
#leftWrapper.dropshadow{
	float:left;
	display:inline;
	background:#fff url(../_images/drop-shadow.png) no-repeat bottom right;
	width:895px;
	margin:0 10px 0 0;
	padding:13px 25px 24px 18px;
}
#left{
	background:#fff;
	border:1px solid #bfbfbf;
	padding:10px 10px 10px 10px;
	width:879px;	
}
#left h1{

}
#left h2{
font-family: helvetica, arial, sans-serif;
color: #000000;
font-size: 24px;
margin-bottom: 12px;
}

#left #top h2{
	background:none;
	font:bold 20px/100% verdana, arial, helvetica, sans-serif;
	color:#363536;
	height:auto;
	width:auto;
	text-indent:0;
	padding:0 0 25px;
}
#left .pink,
#left #top h2.pink{
	font-weight:bold;
	color:#ba3e7a;
}
#left h3{
	font:normal 20px/24px arial, helvetica, verdana, sans-serif;
	color:#363536;
	width:360px;
	padding:18px 0 18px;
}
#left #top h3{
	font-weight:bold;
	color:#ba3e7a;
	
}
#left p{
	font:normal 14px/20px arial, helvetica, verdana, sans-serif;
	color:#363536;
	padding:0 0 15px;
}
.left{
	float:left;
	display:inline;
	width:269px;
	padding:0 35px 0 0;
}
.right{
	float:left;
	display:inline;
	width:315px;
	padding:0 0 25px;
}
#left form .right h4{
	font:normal 13px/16px arial, helvetica, verdana, sans-serif;
	padding:0 0 15px;
	color:#363536;
}
#left form .right p{
	clear:left;
	width:315px;
	padding:0 0 5px;
	overflow:auto;
}
#left p label{
	float:left;
	display:block;
	font:bold 12px/100% arial, helvetica, verdana, sans-serif;
	padding:0 0 2px;
}
#left p input{
	border:1px solid #000;
	float:left;
	display:inline;
	clear:left;
	width:295px;
	height:21px;
	padding:3px 0 0 3px;
}
#left span.error{
	float:left;
	display:block;
	font:normal 12px/100% arial, helvetica, verdana, sans-serif;
	color:#c00;
	padding:0 0 0 10px;
}
#left input.error{
	border:1px solid #c00;
	background:#fee;
}
#contest-form #btn-submit{
	background:transparent url(../_images/bg-elements-1.png) no-repeat -27px -37px;
	border:none;
	display:block;
	clear:left;
	line-height:0px;
	text-indent:-999em;
	width:109px;
	height:34px;
	margin:0 auto;
}
.question-page #contest-form #btn-submit{
	background-position:-27px -73px;
	width:109px;
	height:34px;
	margin:0;
}
#left ul{
	list-style:lower-alpha outside none;
	padding:0 0 15px 40px;
}
#left ul li{
	font-weight:bold;
	padding:0 0 10px 0;
}
#left ul li input{
	border:none;
	float:left;
	display:inline;
	width:15px;
	height:15px;
	margin:0 0 0 -40px;
	padding:0;
}
#left ul label{
	padding:0;
	font-size: 16px;
}
.item{
	background:#fff url(../_images/left-2.jpg) no-repeat left -254px;
	padding:1px 20px 0 55px;
}
#top{
	padding-top:8px;
}
.correct,
.wrong{
	background:transparent url(../_images/bg-elements-2.png) no-repeat 0 0;
	float:right;
	display:inline;
	clear:right;
	width:180px;
	margin:13px 0 0;
	padding:5px 0 0 40px;
}
.correct{
	background-position:-30px -48px;
}
.wrong{
	background-position:-30px -195px;
}
#left .correct h3,
#left .wrong h3{
	color:#BA3E7A;
	font-weight:bold;
	width:180px;
	padding:0;
}
#left .correct p,
#left .wrong p{
	font-weight:bold;
	padding:0;
}
#rightWrapper.dropshadow{
	background:url(../_images/drop-shadow.png) no-repeat bottom right;
	float:left;
	display:inline;
	width:220px;
	overflow:auto;
	padding:0 0 3px 0;
}
#right{
	background:#ffffff;
	text-align:center;
	width:217px;
	padding:13px 0 0;
}
#right a{
	display:block;
	margin:0 0 17px;
}

.hide {
	display: none;
}
