body 
{
	font-family: 	verdana;
	margin-left: 	auto;
	margin-right: 	auto;
	width:			50%;
	height:			100%;
	background: url("../images/smsaruba_bg.gif") repeat-x scroll left top #BED9EB;
}

.wrapper 
{
	width:			100%;
	height:			100%;
	
}

.content
{
	/* margin-top:		20%; */
	padding-left:	5px;
	padding-right:	5px;
	width:			100%;
	height:			100%;
	background-color: #FFF;
	
	border: 		1px solid #BED9EB;
	border-radius: 	3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	

}

.button
{
	font-size: 12px;
}

label
{
	color: #1C5ECE;
}

input, textarea
{
	background: url("../images/input_bg.gif") repeat-x;
	border: 1px solid #CCC;
	width: 98%;
	font-size: 25px;
	color: #666;
	

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

select
{
	background: url("../images/input_bg.gif") repeat-x;
	border: 1px solid #CCC;
	font-size: 15px;
	color: #666;
	

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


#success
{
	border: 2px solid #1C5ECE;
	background-color: #6697EA;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	height: 100%;
	width: 98%;
	
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

#error
{
	border: 2px solid #DBA400;
	background-color: #FFDB70;
	font-weight: bold;
	font-size: 12px;
	color: #DBA400;
	height: 100%;
	width: 98%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

ul
{
	list-style-type: none;
	margin-left: -2em;
}

li
{
	margin-left: 5px;
	margin-top: 5px;
}

#read_info p
{
	font-size: 	12px;
	color: 		#1C5ECE;
}

#agreement p
{
	font-size: 9px;
	color: 		#1C5ECE;
}

#clear
{
	clear: both;
}
	
