﻿/*
** CLB.hu CSS
** (c) ]{redenc 2008
**
** Form Factory
*/

/* maga az urlap */
.formForm {
	margin: 20px 0;
}

/* az urlap tablaja */
table.formTable {
	border-collapse: collapse;
}

table.formTable td, .formTable th {		
 padding: 7px 8px;
 vertical-align: top;
 text-align: left;
}

/* az urlap cimkéje */
table.formTable th {		
 font-weight: normal;
 width: 160px;
 text-align: right;
}

/* leiras */
table.formTable td.formDesc {   	
 font-size: 90%;
 background: none;
 border: 0;
}

/* elem */
.formElement {}

/* form elemek */
table.formTable input.text,
table.formTable input.password {
	width: 220px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 100%;
}

table.formTable input#regpassword2 {
	margin-top: 15px;
}

table.formTable input.combobox {
	width: 145px;
}

table.formTable textarea {
 width: 160px;
 height: 100px;
 overflow: auto;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
}

table.formTable select {
	background-color: #fff;
	border: 1px solid #000;
	width: 220px;
}

table.formTable select#regmegszolitas {
	width: 100px;
}


table.formTable select.recursive {
	margin-bottom: 8px;
	margin-right: 7px;	
}

table.formTable input.radio,
table.formTable input.checkbox {
 border: 0;
}

table.formTable label {
 position: relative;
 top: -3px;
 left: 2px;	
 cursor: pointer;
}

table.formTable label:hover {
	border-bottom: 1px dotted #999;
}

.pass2 {
	margin-top: 6px;
}

table.comboTable th {
	padding-left: 0;
}

/* hibas elem */
table.formTable td.formValidateError input.text {	
	border: 2px solid #be3c3f;
}

/*
.formValidateError {
	border: 1px dotted #be3c3f;
}
*/

span.kiemelt {
	font-weight: bold;
	color: #be3c3f;
	padding-left: 6px;
}

/* submit */
table.formTableSubmit {
	width: 100%;
	margin-top: 20px;
}

table.formTableSubmit td {
	padding-top: 5px;
	padding-left: 185px;
}

table.formTableSubmit input {
	background-image: url(../../images/gomb-panel-green.png);
	width: 152px;
	height: 33px;		
	border: none;
	border: 0px solid #FFFFFF;	
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
	cursor: pointer;
}

/* fejléccím */
table.formTable th.cim h6 {
	font-size: 110%;
	color: #1F3B6A;
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;	
}
