/* ############################## INDEX STYLES ############################## */
#registration
{
	border:1px solid #036;
	width:300px;
	background-color:#D2E8FF;
	padding:15px;
	margin-bottom: 10px;
	float: right;
	width: 300px;
}

* html #registration
{
	width:300px;
}

#registration ol
{
	text-align:right;
	margin:0;
	padding:3px 0;
}

#registration label
{
	width:100%;
	font-size:11px;
}

#registration input.inputbox
{
	margin-left:8px;
	width:180px;
	font-size:11px;
}

#recaptcha_image
{
	margin-bottom:5px;
}

.outlineimage
{
	margin-left:5px;
	float: right;
	margin-top:2px;
	background-color:#FFF;
	border:1px solid #036;
}

#registration input.inputbutton
{
	color:#FFF;
	background-color:#3FB506;
	border-top:1px solid #54F406;
	border-left:1px solid #54F406;
	border-right:1px solid #2F8804;
	border-bottom:1px solid #2F8804;
	padding:1px 4px;
}

#registration ul,#registration p
{
	margin:0;
}