/* CSS Document Layout Styles*/

/* Survey 2 CSS */
/* inline styles are used for gadget processor, use others for insite version */
	<style type="text/css" media="screen">

* {

margin:0;
padding:0;
color: #3366CC;

}


tr {
	
}

td {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	
}


td.header {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px 0px 15px 0px;
	
}

h3 {
	text-align: center;
	font-size: 16px;
	padding: 5px 0px 0px 15px;
	
}

h4{
	text-align: right;
	font-size: 17px;
	padding: 5px 0px 0px 15px;
	color: #006699;
	
}

table {

}

form {
	padding: 0px 0px 0px 10px;

}

#surveyContentWrapper {
	position: relative;
	
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	width: 100%;
}

#surveyContent {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;

	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}

#subBtn {
	
postion: relative;
top: 5px;

}
