/* @override http://localhost:8888/css/reszletes.css */

.clearer {
	clear: both;
}

form#reszletes {
}

form#reszletes label {
	font-weight:bold;
	}	

form#reszletes fieldset {
	/*width:200px;*/
	}

form#reszletes ul, form#reszletes ul li {
	list-style-type:none;
	}

form#reszletes p {
	text-decoration:underline;
	}

.segitseg {
	width:120px;
	font-size:9px;
	margin:5px 0;
	color:#999;
	}

.form-focim {
	float:left;
	display:block;
	width:150px;
	margin:0 0 0 0;
	padding:0 0 5px 0;
	font-size:12px;
	}

fieldset#form-head {
	clear:both;
	float:none;
	border-bottom:1px solid #CCC;
	width:100%;
	}

fieldset#form-head label {
	float:right;
	display:block;
	width:auto;
	}

fieldset#form-head input {
	float:right;
	width:20px;
	margin-top:5px;
	}
fieldset#form-other {
	font-weight:bold;
	}


/*fieldset#form-other input,
fieldset#form-other label{
	float:left;
	}
*/

form#reszletes input.checkbox, 
form#reszletes input.radio {
	display:block;
	float:left;
	width:13px;
	height:13px; 
	padding-top:3px;
	}

label.choice{display:block;text-align:left;margin:0 0 0 0px;float:left;}



/* Tabs */



.tab_menu_container {
	padding: 0px 0px 0px 0px;
	height: 30px;
	background-color: #E8E6E0;
	}

#tab_menu li {
	margin: 0px;
	padding: 3px 5px 2px 0px !important;
	background-color: #E8E6E0;
	font-size: 11px;
	line-height: normal;
	float: left;
	list-style: none;
	cursor: pointer;
	border-bottom: none;
	}

#tab_menu .first {
	padding: 3px 5px 2px 6px !important;
	}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	background-color: #E8E6E0;
	color: #999999;
	text-decoration: none;
	display: block;
	}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
	}

.tab_content_list {
	display: none;	
	}

.tab_content_list p {
	color:#6C6A64;
	}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
	}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
	}
	
.reszletes-submit {
	text-align: left;
}

/* END Tabs */
