/*POPUP PRE REGISTRATION FORM*/
.popupsmall{
	width:558px;
	position:absolute;
	font-size:11px;
	color:#000;
	display:none;
	z-index:4;
	left:50%;
	top:0;
	margin:0 0 0 -279px;
}
.popupsmall .bg{
	background:url(../img/join-gmx/popup-bg.png) repeat-y;
	height:1%;
	padding:8px 20px 14px 23px;
}
.popupsmall .popup2{padding:18px 20px;}
.popupsmall .top{
	background:url(../img/join-gmx/popup-top.png) no-repeat;
	overflow:hidden;
	height:8px;
	width:100%;
}
.popupsmall .bottom{
	background:url(../img/join-gmx/popup-bottom.png) no-repeat;
	overflow:hidden;
	height:14px;
	width:100%;
}
.close{
	display:block;
	position:absolute;
	top:10px;
	right:12px;
	background:url(../img/join-gmx/btn3.gif) no-repeat;
	width:9px;
	height:8px;
	text-indent:-9999px;
	overflow:hidden;
}
.popupsmall h3{
	margin:0 0 8px;
	font-size:18px;
}
.popupsmall p{
	margin:0 0 19px;
	color:#666;
	line-height:16px;
}
.popupsmall ul{
	margin:0;
	padding:0;
	list-style:none;
}
.holder{
	overflow:hidden;
	width:524px;
	margin:0 -20px 8px 0;
}
.form-column{
	float:left;
	width:252px;
	position:relative;
	margin-right:10px;
}
.popupsmall .holder div input{
	width:236px;
	border:1px solid #d8d8d8;
	padding:3px 7px;
	font-size:11px;
	margin-bottom:6px;
}
.popupsmall label{
	display:block;
	padding:0 0 3px 3px;
	color:#000;
	font-size:11px;
}
.code{
	overflow:hidden;
	height:1%;
}
.country-code{
	width:78px;
	float:left;
}
.popupsmall .holder .country-code input{width:48px;}
.area-code{
	width:174px;
	float:left;
}
.popupsmall .holder .area-code input{width:158px;}
.popupsmall .holder ul{padding:11px 10px 11px 0;}
.popupsmall .holder ul li{
	overflow:hidden;
	height:1%;
	margin-bottom:7px;
}
.popupsmall .holder ul input{
	float:left;
	width:16px;
	height:15px;
	padding:0;
	margin:0 3px 0 0;
}
.popupsmall .holder ul label{
	float:left;
	color:#666;
	padding:0;
}
.popupsmall .holder ul label span{font-size:8px;}
.popupsmall textarea{
	width:505px;
	height:72px;
	padding-left:7px;
	overflow:auto;
	border:1px solid #d8d8d8;
	margin-bottom:21px;
}
.cancel{
	color:#aaa;
	font-weight:normal;
	margin-left:7px;
}
