/* @override http://www.survey.net.au/clublife/style.css */

/* @override http://www.survey.net.au/clublife/style.css */

/* @override http://www.survey.net.au/clublife/style.css */

/* @override http://www.survey.net.au/clublife/style.css */

body{
	background:#333 url(images/back.gif) repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #666;
}

form{
	margin: 0px;
}

#wrapper{
	width: 912px;
	margin:0 auto;
}

#container_top{
	
		background:transparent url(images/body_top.gif) no-repeat;
		height: 15px;

}

#header{
	height:150px;
	background: transparent url(images/header.gif) no-repeat center top;
}

#container{
		background:transparent url(images/container_back.gif) repeat-y;
		padding: 0 40px;
		margin: 0px;
}

img.winPic {
	margin: -0px 0 0 120px;
}

#container_bottom{
			background:transparent url(images/body_bottom.gif) no-repeat;
		height: 15px;
}

.question{
	background:#fff url(images/form_bg.jpg) repeat-x bottom;
	padding: 3px 3px 13px 3px;
	margin-top: 1px;
	border: 1px solid #ccc;
}

.question_bottom{
	background:#fff url(images/bg_bottom.jpg) repeat-x top;
	padding: 3px 3px 13px 3px;
	margin-top: 1px;
	border: 1px solid #ccc;
	height: 140px;
}


.question_long{
	clear: both;
	background:#fff url(images/form_bg.jpg) repeat-x bottom;
	padding: 3px 3px 13px 3px;
	margin-top: 1px;
	border: 1px solid #ccc;

}


.question_left{
	margin:0px;
	padding: 3px;
	width:400px;
	float: left;

}	
.question_right{
	width:410px;
	float: right;
}

.questiontext{
	width: 400px;
	float: left;
	vertical-align: top;
}

.options_block{
	float: right;
	width:420px;
	
	
}

.optionlist:hover{
	color: #333;
	
}

.submit{
	text-align: center;
}