#reg_form{
	font-size:10px;
	padding:0px;
}



#reg_form input{
background-image:url(../media/Image/visual/pole-bg.jpg);
background-repeat:repeat-x;
width:140px;
}
#reg_form select{
	background-color:#eee;
	border:1px solid #aaa;
	width:140px;
}

#reg_form input.radio{
width:15px;
}
#reg_form input.checkbox{
width:15px;
}

#reg_form textarea{
	width:200px;
}

#reg_form .reg_table{
width:280px;
float:left;
}
#reg_form .reg_table table{
width:100%;
}

#reg_form table.checkboxes{
border-top-style:solid;
text-align:left;	
border-color:#e8e8e8;
border-width:1px;
padding-top:20px;
margin-top:30px;
clear:both;
}

#reg_form table.foto{
padding-top:20px;
border-top-style:solid;
border-color:#e8e8e8;
border-width:1px;
margin-top:30px;
width:100%;
clear:both;
}

#reg_form .hlasky{
padding:5px;
width:95%;
border-bottom-style:solid;
border-color:#e8e8e8;
border-width:1px;
}

#reg_form .error{
font-size:12px;
font-weight:bold;
color:#FF2600;
}

#reg_form .ulozeno{
font-size:14px;
font-weight:bold;
color:#006600;
}