/* Regisztracio */
#registrationdiv {
    display: block;
	color: black;
	font-weight: normal;
	float: left;
	padding-left:7px;
	width: 100%;
}


#rbox_text{
	padding-left: 5px;
	padding-top: 5px;
}

input.submit {
    margin-left: 230px;
	margin-top: 10px;
}

input.error {
	border: 1px solid #FF0000;
}

span.error, #errormsg {
	color: #FF0000;
	font-weight: bold;
}

input{
	float: left;
	margin-top: 2px;
	padding-top: 0px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 350px;
}

#code{
	margin-top: 15px;
}

#reg_code{
	width: 25px;
}

#code_text{
	color: black;
	font-weight: bold;
	margin-left: 5px;
	width: auto;
}

#reg_text1{
	margin-bottom: 20px;
	font-size: 10px;
}

#reg_text2{
	margin-bottom: 15px;
}

#reg_interest_div{
	margin-bottom: 45px;
}
#reg_interest_div input{
	width: auto;
	border: none;
}

#reg_mail_div{
	font-weight: bold;
}

#reg_chk_readed{
float: left;
width: auto;
border: none;
}

#reg_readed1_div{
	padding-top: 6px;
	font-weight: bold;
	float: left;
}

#reg_readed2_div{
	padding-top: 6px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}

#reg_readed3_div{
	padding-top: 6px;
	margin-left: 5px;
	font-weight: bold;
	color: #4e9bc1;
}

#registrationSubmit{
	background-color:#B60000;
	border:none;
	color:white;
	height:20px;
	margin-bottom:15px;
	margin-left:214px;
	padding-top:0;
	text-align:center;
	width:auto;
}

#error_msg{
background:#FFD35D none repeat scroll 0 0;
border:1px solid #FDC006;
margin:5px auto 20px;
padding:5px 10px 3px;
text-align:center;
display: none;
width:540px;
color: black;
font-weight: normal;
}

/* Regisztracio visszavonása */

#unregistrationdiv{
	display: block;
	color: black;
	font-weight: normal;
	float: left;
	padding-left:7px;
	padding-top: 30px;
	margin-bottom: 50px;
	width: 100%;
}
#unreg_mail{
	width: 120px;
	height:15px;
}
#unreg_text1{
	font-weight: bold;
}
#unreg_text2{
	padding-bottom: 25px;
}
#unreg_mail_div{
	float: left;
	padding-top: 5px;
	margin-right: 15px;
}
#unregistrationSubmit{
	background-color:#B60000;
	border:none;
	color:white;
	height:20px;
	width:60px;
	margin-bottom:15px;
	margin-left:15px;
	padding-top:0;
	text-align:center;
	width:auto;
}
#registration h3{
	border-bottom:1px solid #D9DEE2;
	clear:both;
	color:#9D0000;
	font-size:11px;
	margin:0;
	width:455px;
	padding:0 0 3px;
}
#registration  tr, td, table{
	font-size: 11px;
	padding-top:5px;
}
#registration  tr{
	margin-bottom: 3px;
}
#registration .registration{
	color:#FFB400;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 5px;
}
#registration input{
	font-size:11px;
	height: 15px;
	margin-top:0px;
	padding-bottom: 2px;
	border-color: #4682B4;
	background-color:white;
}

#registration  .reg_comment_1{
	padding-top:5px;
}
#registration  .reg_comment_2{
	padding-top:5px;
	padding-right: 50px;
}

#registration .button{
	background-color:#D9DEE2;
	border:1px solid #444444;
	color:#000000;
	cursor:pointer;
	float:left;
	font-size:100%;
	font-weight:normal;
	height:20px;
	margin:10px 0 5px;
	padding:0 1px 0 2px;
	width:auto;
}
