body
{
	background-color: #FFFFFF;	
	font-family: arial;
	font-size: 10pt;
}

#acc-wrapper
{
	width: 750px;
	padding-top: 20px;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 		
}

#frmAccount
{
	float: left;	
}

#rype-loader
{
	height: 100px;
	width: 100px;
	border: 1px solid #DCDDDE;
	text-align: center;
	margin-left: 20px;
	display: none;
	float: left;
	padding-top: 20px;
}



#rype-loader p
{
	font-family: verdana;
	font-size: 9pt;
}

.rype fieldset
{
	padding: 10px;
	border: 1px solid #DCDDDE;
	margin-bottom: 10px;	
	width: 500px;
}

.rype fieldset legend
{
	font-weight: bold;
	color: #00afda;
	font-size: 1.3em;
}

.rype select, .rype input[type="text"], .rype textarea, .rype input[type="checkbox"], .rype input[type="password"]
{
	float: left;
	margin-left: 10px;
}

.rype select, .rype input[type="text"], .rype textarea, .rype input[type="password"]
{
	width: 200px;
	color:#636B75;
}

.rype .small
{
	width: 100px !important;	
}

.rype textarea
{
	height: 80px;	
}

.rype label
{
	float: left;
	display: block;
	width: 160px;
	font-size: 1.3em;
	color:#636B75;
}

.rype .submit
{
	margin-left: 110px;	
}

.rype .clear
{
	clear: both;
}

.rype .rype-spacer
{
	padding-top: 5px;
}

.rype .divider
{
	width: 350px;
	height: 1px;	
	background-color: #DCDDDE;
	margin: 8px 0;
}

.rype span.required
{
	color: red;	
}

.rype .button
{
	background-color: #033C57;
	border:1px solid #000000;
	color: #FFFFFF !important;
	cursor:pointer;
	display:block;
	font-weight:bold;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:8px 14px;
	font-size: 1.2em;
}

.rype .button:hover
{
	color: #fff !important;
}

.rype #btn_check
{
	float: right;
	margin-left: 10px;
	width: 60px;
	color: #fff !important;
}

.rype #btn_check:hover
{
	color: #fff !important;
}

.rype #btn_check a
{
	color: #fff !important;
}

.rype #btn_create
{
	width: 180px;	
	margin-left: 155px;
	float: right;
	color: #fff !important;
}

.rype #btn_create:hover
{
	color: #fff !important;
}

.rype #check_message
{
	display: block;
	float: left;
	margin-left: 10px;
	padding-top: 3px;
	font-weight: bold;
}

.rype #check_message.OK
{
	color: green;	
}

.rype #check_message.TAKEN
{
	color: red;	
}

.rype label.error
{
	margin-left: 10px;
	color: orange;
	width: 190px;
	display: block;	
}

