@import url(../style.css);
@import url(../box.css);

/* Anfang Überlagerung */
/* Ende Überlagerung */

div.title {
	height:24px;
	background-image:url(../../gfx/user/register/title.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

div.registerBox {
	padding:40px 80px 40px 35px;
	border:1px solid #8091a5;
	border-top:0px;
}

table.register td {
	padding-bottom:15px;
}

table.register input.text {
	width:110px;
}

table.register input.longText {
	width:180px;
}

table.register select.gender {
	width:115px;
}

table.register select.country {
	width:185px;
}

font.grey {
	color:#b4b5b5;
}
