div#democontainer{
	border:6px solid #C5D8E5;
	background: #2173A8;
	left:0;
	position:absolute;
	top:180px;
	width:386px;
	padding-left: 5px;
}
#democontainer h2 {
	color: #FFFFFF;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 10px;
}
#democontainer span {
	font-family:Georgia,Times;
	color: #FCCD3E;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
}

#democontainer span a{
	font-weight: bold;
	color: #FCCD3E;
}
#captchaBox{
	margin-left: 35px;
}
#captchaBox span{
	color: #000000 !important;
	font-size: 10px !important;
	line-height: 10px !important;
}

#filler{
	height: 30px;
	width: 200px;
	display: block;
}

#democontainer input.entryItem {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#FFFFFF none repeat scroll 0 0;
border-color:#2783B5 #2783B5 #75CCFF #75CCFF;
border-style:solid;
border-width:1px;
font-family:Helvetica,Arial,Sans-Serif;
font-size:16px;
font-weight:bold;
margin-top:5px;
padding:5px;
width:230px !important;
margin-left: 8px;
float: left;
height: 20px;
}
#democontainer input.getCallBack{
padding-top: 5px;
padding-bottom: 5px;
margin-left: 62px;
	
}

#democontainer label {
	float: left;
	padding-left: 10px;
	font-size: 14px;
	color: #FCCD3E;
	font-weight: bold;
	width: 100px;
	height: 20px;
	margin-top: 5px;
	padding-top: 6px;
	text-align: right;
}