
/*
 * Form container
 */
.form {
	clear:both;
	margin-bottom:15px;
}

.form h1 {
	text-align:left;
}

/*
 * Form fieldsets
 */
/*.form*/ fieldset {
    border:0px;
    margin:0px;
    padding:0px;   
}

/*
 * Labels
 */
.form label,
.form .form-text {
    float:left;
    display:block;
    width:200px;
    clear:both;
	margin-bottom:15px;
	padding-left:10px;
	text-align:left;
	padding-top:10px;
	padding-bottom:4px;
	margin-left:0px;
	font-size:12px;
	color:#000;
	 
}
.form label.form-required:after {
	content:'*';
	color:#c00;
} 

.form label.form-required{
	#border-left: 1px solid #c00;
	#line-height: 10px;
} 
/*
 * QuickSearch &
 * Form controls in general
 */
.form input.form-input,
.form input.form-passwd,
.form select,
.form textarea {
    float:left;
 	display:block;
   	width:470px;
    margin-bottom:15px;
    border:1px solid #332c17;
	padding-top:4px;
	padding-bottom:4px; 
}

/*
 * Vélemények form méret
 */
.panel-wrapper .form input.form-input,
.panel-wrapper .form input.form-passwd,
.panel-wrapper .form select,
.panel-wrapper .form textarea {
   	width:330px;
}

.form-radio-group {
	margin-left:200px;
}
/*
 * Textareas
 */
.form textarea {
    height:120px;
}

/*
 * Checkboxes
 */
input.form-checkbox,
input.form-checkbox-left {
	float:left;
	margin-bottom:10px;
}
input.form-checkbox-left {
	margin-left:15px;
	width:15px;
}
label.form-checkbox-left {
	clear:none;
	width:230px;
	padding-bottom:2px;
}


/*
 * Radio buttons
 */
.form label.form-radio {
	clear:none;
	width:125px;
	padding-left:5px;
}
.form input.form-radio {
	float:left;
}

/*
 * Texts
 */
.form .form-text {
	clear:both;
	font-size:11px;
	margin:0 0 10px 0px;
	color:#7D7051;
	width:745px;
}

/*
 * Marking required fields
 */
.form input.form-input.form-empty,
.form input.form-passwd.form-empty,
.form textarea.form-empty,
.form select.form-empty {
	border:1px solid #c00;
	background:#fdc8c8;
}

.form input.hidden {
	display:none;
}

.form legend {
	font-weight:bold;
}
.form .form-clear-before, .form .form-clear-after {
	clear:both;
	font-size:1px;
	overflow:hidden;
}
#Form1 .form-clear-before {
	clear:none;
}
/*
 * Form1
 */
#Form1 input {
	margin-bottom:1px;
}

#Form1 textarea,
#Form1 span,
#Form1 select {
	margin-bottom:4px;
}

#Form1 #Form1Field32 {
	margin-bottom:10px;
}
 
/*
 * Uploader Contract Form: checkboxes list
 */
#Form8Fieldset2_author {
	padding-left:150px;
}
#Form8Fieldset2_author legend {
	margin-left:-150px;
}

#Form8Fieldset3_notify input.form-radio,
#Form8Fieldset5_payment input.form-radio {
	clear:both;
	width:15px;
	margin-left:160px;
}

#Form8Fieldset3_notify label.form-radio,
#Form8Fieldset5_payment label.form-radio {
	width:490px;
}

.defaultSimpleSkin {
	float:left;
	margin-bottom:10px;
}

#Content .defaultSimpleSkin table.mceLayout {
	border:1px solid #000;
}

#SzerzodesAuthorAccount2Label,
#SzerzodesAuthorAccount3Label {
	display:none;
}

#SzerzodesAuthorAccountInput,
#SzerzodesAuthorAccount2Input,
#SzerzodesAuthorAccount3Input {
	width:170px;
	margin-right:5px;
}

#SzerzodesNotifyaddressisthesameLabel {
	width:490px;
}
#SzerzodesNotifyaddressisthesameCheckbox {
	#margin-left:20px;
}

#SzerzodesTaxnum2Label,
#SzerzodesTaxnum3Label {
	display:none;
}
#SzerzodesTaxnumInput {
	width:70px;
	margin-right:5px;
}
#SzerzodesTaxnum2Input {
	width:10px;
	margin-right:5px;
}
#SzerzodesTaxnum3Input {
	width:20px;
}
#Registration-licence {
	margin-top:30px;
}
#Registration-licence textarea {
	width:670px;
	margin-left:30px;
	height:160px;
}
	#Registration-licence label {
		margin-left:30px;
		padding-left:0px;
		width:500px;
	}
#Registration-newsletter {
	margin-left:30px;
}
	#Registration-newsletter label {
		width:220px;
	}
.reginfo {
	width:490px;
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
}
legend {
	font-size:14px;
}
#Newsletter-fieldset {
	margin-top:30px;
}
	#Newsletter-fieldset legend {
		margin-bottom:0px;
	}
	
.form-input-box {
	float:left;
 	display:block;
   	width:470px;
}
#InnerCenter .form-input-box {
	width:320px;
}

.form-image {
	float:left;
	border:1px solid #332C17;
}

.form-info {
	float:left;
	clear:left;
	color:#7A7676;
	font-style:italic;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
/*
 * Newsletter-subscribe
 */
	#Newsletter-subscribe {
		padding:10px;
	}
		#Newsletter-subscribe .inu-inputhint-field {
			width:190px;
			margin-bottom:5px;
			border:1px solid #cfcfcf;
			padding:2px;
		}

.form .info {
	clear:both;
}

