form.register {
	padding: 10px;
	width: 100%;
	position: relative;
}

form.register label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding: 5px 10px 0 0;
}

form.register select {
	margin-bottom: 10px;
	/*height: 29px;*/
} 

form.register input.input {
	float: left;
	width: 282px;
	height: 28px;
	display: block;
	background: transparent url(../img/register-input-normal.gif) no-repeat;
	border: none;
	color: #333;
	padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
}

form.register input.green {
	background: transparent url(../img/register-input-green.gif) no-repeat !important;
}

form.register input.button-grey {
	background: url(../img/button-grey.gif) no-repeat;
	width: 155px;
	height: 39px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 39px;
	float: left;
	margin: 0 10px 10px 0;
	border:none;
	margin-left: 120px;
}

form.register input.button-grey :hover {
	text-decoration: none;
	color: #CCCCCC;
}

form.register input.red {
	background: transparent url(../img/register-input-red.gif) no-repeat !important;
}

form.register br {
	clear: left;
}

form.register p.info {
	margin: 0 0 10px 110px;
	font-size: 10px;
	width: 282px;
	color: #666;
}

form.register div.info-green, form.register div.info-red {
	position: absolute;
	left: 380px;
	z-index: 1000;
	background: url(../img/info-green-top.gif) top no-repeat;
	width: 317px;
	color: #fff;
	padding: 10px 10px 0 35px;
	font-size: 11px;
	font-weight: bold;
}

form.register div.info-red {
	background: url(../img/info-red-top.gif) top no-repeat;
	margin-top: 1px;
}

form.register div.info-green img, form.register div.info-red img {
	margin-left: -14px;
}

a.button-green, a.button-dim, a.button-grey {
	width: 155px;
	height: 39px;
	background: url(../img/button-green.gif) no-repeat;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 39px;
	float: left;
	margin: 0 10px 10px 0;
}

a.button-dim {
	background: url(../img/button-dim.gif) no-repeat;
	color: #666;
}

a.button-grey {
	background: url(../img/button-grey.gif) no-repeat;
}

a.button-green:hover, a.button-dim:hover, a.button-grey:hover {
	text-decoration: none;
	color: #CCCCCC;
}

div.loginregister {
	margin: 10px;
}

div.loginregister label {
	width: 150px;
	text-align: left;
	margin: 0 0 5px 0;
}
