#registerDivAll {
	width: 400px;
	background-image: url(../images/register/registerDivTopBG.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #333333;
	font-size: 10px;
}

.registerTop {
	width: 380px;
	padding: 15px 10px 15px 10px;
}

#formRegister { /* dla IE !! */
	margin: 0px;
	paddin: 0px;
}

.registerBottom {
	width: 380px;
	padding: 0px 10px 0px 10px;
	min-height: 15px;

	background-image: url(../images/register/registerDivBottomBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #333333;
	font-size: 10px;
}

.registerBottomBottom {
	width: 400px;
	min-height: 10px;
	background-image: url(../images/register/registerDivBottomBottomBG.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #333333;
	font-size: 10px;
}

.registerBottom .moreRegisterOptionsLinkDiv {
	text-align: center;
}

.registerBottom .moreRegisterOptionsDiv {
	display: none;
}

.registerTable {
	color: #8E8E8E;
}

a.goRegisterUser {
	display: block;
	float: right;
	margin: 0px 0px 0px 0xp;
	width: 68px;
	height: 17px;
	background-image: url(../images/register/goRegisterUser.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	
}

a.goRegisterUser:hover {
	background-position: 0px -17px;
	background-repeat: no-repeat;
}


.registerTable input{
	width: 220px;
}

.registerTable textarea {
	width: 220px;
	height: 60px;
}

.registerTable tr {
	height: 22px;
}

.registerTable td {
	vertical-align: top;
}

.registerTable td.toRight {
	text-align: right;
	width: 130px;
}

.registerTable td.onRight {
	text-align: left;
	width: 220px;
	padding: 0px 0px 0px 20px;
}

