
#Megrendeles label {
    clear:left;
    display:block;
    float:left;
    margin-bottom:3px;
    margin-right:20px;
    width:120px;
}

#Megrendeles fieldset.inputFieldset input, #Megrendeles textarea, #Megrendeles select, #SessionRegistrationCaptcha {
	display:block;
	float:left;
    margin-bottom:5px;
    border:1px solid #474841;
    border-left:3px solid #474841;
    padding-left:2px;
    width: 270px;
}

#Megrendeles textarea {
	height:100px;
}

#SiteFieldset {
    float:left;
    width:425px;
}

#OrderFieldset {
	float:right;
	width:425px;
}

#RewoxFieldset {
    clear:both;
}

#DetailsFieldsetLeft {
	float:left;
	width:420px;
}

#DetailsFieldsetRight {
	float:right;
	width:420px;
}

#Megrendeles .error {
	margin:5px;
	background-color:#900;
	padding:3px 5px;
	color:#fff;
	font-weight:bold;
}
#Megrendeles .warning {
	margin:5px;
	background-color:#076527;
	padding:3px 5px;
	color:#fff;
	font-weight:bold;
}

#Megrendeles .empty, #Megrendeles .required {
	border-left:3px solid #900;
	background-color:#ff9;
}

.submit {
	background-color:#999;
	color:#000;
	border:1px solid #333;
	text-decoration:none;
	font-size:12px;
	font-family:Helvetica,Arial,sans-serif;
	padding:3px 5px;
	
}

.megrendeles #Footer {
	margin-top:10px;
}

/*
 * EMBEDDED ORDER FORM
 */
.right #Megrendeles fieldset.inputFieldset input, .right #Megrendeles textarea, .right #Megrendeles select {
	width:185px;
}
.right #SiteFieldset {
	width:295px;
}
.right #OrderFieldset {
	width:295px;
}
.right #Megrendeles label {
	width:75px;
}

.right #Megrendeles .tableClass select {
	width:75px;
}

