@charset "utf-8";
/* CSS Document */

div.register_t{
	width:638px;
	background-color:#FFF;
	background-image:url(http://static.xzn.hu:81/img/t_top_bg_noborder.png);
	background-repeat: repeat-x;
	border: 1px solid #cfcfcf;
	margin-bottom:5px;
	font-size:11pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
div.reghiba_t{
	width:638px;	
	background-color:#ffd6d6;
	border: 1px solid #cb0000;
	margin-bottom:5px;
	color: #cb0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

input.reginput{
	width:200px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
	background-image:url(http://static.xzn.hu:81/img/t_top_bg_noborder.png);
	background-repeat: repeat-x;
	background-position:fixed;
	border: 1px solid #cfcfcf;
	margin-bottom:5px;
	clear:both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

input.reginput_hiba{
	width:200px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
	background-image:url(http://static.xzn.hu:81/img/t_top_bg_noborder.png);
	background-repeat: repeat-x;
	border: 1px solid red;
	margin-bottom:5px;
	clear:both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
div.register_title{
	height:30px;
	font-size:12pt;
}
div.register_title li{
	list-style:none;
	float:left;
	margin-left:5px;
	margin-top:8px;
}
div.register_title li.regicon{
	margin-top:5px;
}
