﻿#infoPage {
	padding-top: 14px;
	border-top: solid 1px #c0c0c0;
	padding: 15px;
	background: url('/images/pageBg.jpg') repeat-x;
}

.question {
	margin-bottom: 10px;
	width: 550px;
	font-size: 0.8em;
	font-weight: bold;
}

.answer {
	margin-bottom: 20px;
	width: 550px;
	font-size: 0.8em;
}

p {
	width: 550px;
	margin: 10px 0 10px 0;
	line-height: 130%;
	font-size: 0.8em;
}

.boxTitle {
	float: left;
	width: 40px;
	margin: 3px 8px 5px 0;
	
	font-size: 0.8em;
	color: #808080;
	/*clear: both;*/
}

.boxValue {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	clear: right;
}

.boxValue .inputText {
	font-size: 0.85em;
	padding: 3px;
}

.boxValue .inputSelect {
	font-size: 0.95em;
}

.boxValue .sexCheckbox {
	float: left;
	margin-right: 8px;
}

.boxValue .sexCheckbox label {
	font-size: 0.85em;
	margin-left: 5px;
}

.formInfo {
	font-size: 8pt;
	color: red;	
}

.req {
	font-size: 9.5pt;
	color: #808080;	
}

.errorMsg {
	font-size: 7.5pt;
	color: red;	
}

ul {
	line-height: 150%;	
}

li {
	margin-left: 17px;
	list-style-type: circle;
	list-style-position: outside;
	font-size: 0.8em;
}

#alphabet {
	font-size: 1.05em;
	font-weight: bold;
	padding: 10px;
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}