/** 
 * A Duna-Mappáció
 * Rendelés oldal stíluslapja
 */


/* ===== Hackek ===== */

input, select, textarea {
			white-space: expression(this.runtimeStyle.backgroundColor,
			this.onfocus = function() { this.className += ' onfocus'; },
			this.onblur = function() { this.className =
			this.className.replace('onfocus', ''); } ); }


/* ===== Szerkezet ===== */

#order-form
{
	position: relative;
	margin: 30px;
}

fieldset
{
	margin: 0 0 0 0;
	padding: 20px 10px;

}

legend
{
	padding: 0 5px;
	_margin: 0 0 20px 0;
}

div.form-item
{
	margin-bottom: 8px;
}

label span
{
	display: block;
	width: 30%;
	float: left;
	clear: both;

}

fieldset label input
{
	width: 65%;
	padding: 3px;
}

div#check
{
	margin: 20px 0 0 0;
}

div#check label span
{
	display: inline;
	float: none;
}

div#check label input
{
	width: auto;
	border: 0;
}

div#submit input
{
	width: 153px;
	height: 49px;
	padding: 4px;
}

#order-msg
{
	padding: 30px 20px 15px 100px;
}

div#backtoform
{
	margin-top: 10px;
}

p#order-info
{
	margin: 0 30px;
}

/* ===== Keretek, színek és háttér ===== */

fieldset
{
	border: 0 none;
	border-top: 1px solid black;
}

legend
{
	color: #442726;
}

fieldset label input
{
	border: 1px solid #AAA;
	background: #f6f1e9;
	color: #AAA;
}

label input:focus, label input.onfocus
{
	border: 1px solid #442726;
	background: white;
	color: #442726;
}

div#check label input
{
	background: transparent;
}

div#check label input.onfocus
{
	background: transparent;
}

div#submit input
{
	border: 0 none;
	background: url(../images/order-submit-bg.jpg) no-repeat;
}

div.msg-success
{
	border: 1px solid #7ebd00;
	background: #ddeebb url(../images/order-success.jpg) no-repeat 0 center;
}

div.msg-failure
{
	border: 1px solid #f45600;
	background: #f2d0bb url(../images/order-failure.jpg) no-repeat 0 center;
}

div#backtoform a
{
	color: #442726;
}

/* ===== Tipográfia ===== */

legend
{
	font: small-caps 14px 'Trebuchet MS', sans-serif;
	letter-spacing: 1px;
}

label span
{
	font-weight: bold;
	font-size: 12px;
}

div#check
{
	text-align: center;
}

div#check label #dont-fill-in
{
	font-size: 10px;
	font-weight: normal;
}

div#submit
{
	text-align: right;
}

div#submit input
{
	font-weight: bold;
}


#order-msg h3
{
	font-size: 14px;
}

div#backtoform a
{
	font-weight: bold;
}

p#order-info
{
	font-variant: small-caps;
	font-weight: bold;
}
