@charset "UTF-8";
/* CSS sheet for Insidermedicine's CIHR Video Survey */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active, a:hover {
	color: #333;
}

h1 {
	font-size: 18px;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#container {
	width: 652px;
	height: 283px;
	overflow: hidden;
	background-color: #CCC;
}

div#leftCell {
	width: 379px;
	height: 236px;
	padding: 3px;
	float: left;
	background-color: #FFF;
	margin: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
}

div#rightCell {
	width: 261px;
	height: 238px;
	padding: 2px;
	margin: 1px;
	margin-left: 0px;
	margin-bottom: 1px;
	float: right;
	background-color:#FFF;
}

div#bottomCell {
	width: 638px;
	height: 26px;
	padding: 6px;
	margin: 1px;
	clear: both;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #FFF;
}

.questionPane {
	position: absolute;
	width: 248px;
	height: 160px;
	visibility: hidden;
	padding: 6px;
	text-align: left;
}

.multipleChoiceSubPane {
	visibility: inherit;
	padding: 10px;
	padding-top: 4px;
	width: auto;
	height: auto;
	clear: both;
	font-size:16px;
	overflow: hidden;
}