/*
p-logo {
	background: transparent url(../imgs/bannerdiagnome.png) no-repeat scroll 0% 50%;
	display: block;
	height: 95px;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	border-bottom: 6px solid #ffa200;
}
*/
a.p-logo {
	background: transparent url(../imgs/logo2012.png) no-repeat scroll 0% 50%;
	display: block;
	height: 190px;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	/*border-bottom: 6px solid #ffa200;*/
}

body 
{
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	background-color: #ffffff;
}


#mainForm 
{
	position: relative;
	border: 1px solid #ccc;
	top: 195;
	left: 0;
	right: 0;
	margin: 0;
	margin-bottom: 110px;
	text-align: left;
	width: 478px;
/*	background-color: #FAFAD2;*/
}

ul.mainForm
{
	list-style-type: none;
	font-family: luxi sans,trebuchet ms,bitstream vera sans,sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}

input.mainForm {
	       left: 50%;
	       position: absolute;
}

#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
        left: 50%;
	position: absolute;

}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #FAFAD2;
	margin:0 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: luxi sans,trebuchet ms,bitstream vera sans,sans-serif;
	font-weight:normal;
	color: #3D3D3D;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: luxi serif,georgia,times new roman,times,serif;
	font-weight:normal;
	font-size:220%;
	position:relative;
	left:20px;
	top:0px;
/*	letter-spacing: 1px; */
	line-height:150%;
	color: #3D3D3D;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: luxi sans,trebuchet ms,bitstream vera sans,sans-serif;
	font-weight:normal;
/*	font-size:160%; */
	position:relative;
	left:20px;
	top:0px;
	color: #3D3D3D;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
/*	display:block; */
/*	font-size:95%; */
/*	font-weight:bold; */
	color: #3D3D3D;
}


label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: luxi sans,trebuchet ms,bitstream vera sans,sans-serif;
	text-decoration:none; 
	position: relative;
	z-index: 10;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:200px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.9em; 
	padding-left:10px; 
	padding-top:10px;
}

p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: luxi sans,trebuchet ms,bitstream vera sans,sans-serif;
	font-weight:normal;
	color: #cccccc;
	font-size:12px;
	position:relative;
	top:4px;
	left:-140px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: luxi sans,trebuchet ms,bitstream vera sans,sans-serif;
	font-weight:normal;
	color: #cccccc;
	font-size:12px;
	position:relative;
	top:4px;
}

.font{

	text-align: left;
	margin:0 0 0 0;
	font-family: luxi sans,trebuchet ms,bitstream vera sans,sans-serif;
	font-weight:normal;
	position:relative;
	font-size:12px;
	top:0px;
	color: #3D3D3D;

}

