.register-content {
	width: 450px;
	top: auto;
	bottom: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	position: relative;
	-moz-border-radius: 0 0 8px 8px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.register-content .register-heading {
	font-size: 1.6em;
	background-image: url(/themes/cleanstyle/images/header-gradient.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	position: relative;
	color: #999933;
}
.register-content .register-text {
	font-size: 1.4em;
	padding: 5px;
	position: relative;
	text-align: justify;
	clear: both;
}
.register-content .register-text label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
}
.register-content .register-text img {
	float: left;
	padding-right: 8px;
}

.register-content .register-warning {
	font-size: 1.4em;
	position: relative;
	color: #666666;
	float: left;
	width: 235px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B8C88A;
	border-right-style: dashed;
	border-right-color: #B8C88A;
	border-right-width: 1px;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8C88A;

	-moz-border-radius: 0 10px 10px 0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.register-content .register-buttons {
	float: right;
	width: 190px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.register-content .register-error {
	font-size: 1.4em;
	position: relative;
	color: #FF0000;
	text-align: justify;
	-moz-border-radius: 0 10px 10px 0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
