/** CSS Document **/

.register_container .header p
{
	font-size: 14px;	
	padding: 0;
	padding-bottom: 12px;
}

.register_container .form form div
{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.register_container .form form div label
{
	display: inline-block;
	width: 120px;
	font-size: 14px;
}
.register_container .form input
{
	display: inline-block;
	width: 240px;
	padding: 6px;
	border: 1px #FFF solid;
	background-color: #f7f7f7;
	box-shadow: 0px 0px 1px #000;
}
.register_container .form input:focus
{
	box-shadow: 0px 0px 1px #548199;
}

.register_container .form input.submit
{
	width: 255px;
	cursor: pointer;
	border: 1px #ec9b00 solid;
	border-radius: 5px;
	box-shadow: 0 0 0 none;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	background: url('../images/btn_bg.jpg') transparent repeat-x center center;
}

.system_requirements
{
	display: block;
	width: 100%;
	padding-top: 24px;
}
.system_requirements h1
{
	font-size: 18px;
}

.system_requirements table
{
	padding: 4px;
	margin: 8px;
}
.system_requirements table tr td
{
	padding: 6px;
	margin: 6px;
	border-bottom: 1px #b7b7b7 dashed;
}

.donation_rates
{
	display: block;
	width: 450px;
	margin: 4px;
	border: 1px #b7b7b7 solid;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 1px 1px 1px #ccc;
	margin-bottom: 32px;
}
.donation_rates table
{
	width: 445px;
	padding: 2px;
	margin: 2px;
}
.donation_rates table tr
{
	display: block;
	margin: 6px;
	padding-left: 14px;
	border-radius: 4px;
	background: #dcdede;
}
.donation_rates table tr td
{
	padding: 6px;
	margin: 6px;
}

.pipiload_widget h1
{
	font-size: 18px;
}

/**/

.errorbox
{
	display: block;
	width: 550px;
	height: auto;
	border: 1px #670000 solid;
	padding: 16px;
	margin: 2px;
	margin-top: 26px;
	background: #e8e1e1;
	border-radius: 3px;
}
.errorbox .container
{
	display: block;
	width: 100%;
	height: auto;
}
.errorbox .container h3
{
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #670000;
}
.errorbox .container ul
{
	display: block;
	margin: 8px;
	margin-left: 18px;
	list-style-type: circle;
}
.errorbox .container ul li
{
	font-size: 12px;
	line-height: 18px;
}

/**/

.loginbox_container
{
	display: block;
}
.loginbox_errors
{
	display: block;
	width: 90%;
	margin-top: 5px;
	padding: 6px;
	border: 1px #FF622C solid;
	background: #f8f0ed;
	box-shadow: 0px 0px 1px #000;
	border-radius: 5px;
	text-align: center;
}
.loginbox_errors p
{
	margin: 0;
	padding: 0;
	color: #501803;
	font-size: 11px;	
}

/**/

.ucp_custom
{
	padding: 8px !important;
	border: 1px #000 dotted;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #000;
}