/*
   __              __
  /\ \  __        /\ \
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com

*/

/* HOME
----------------------------------------------------------------------------- */

.box1 { position: relative; width: 770px; }
.box1 img { display: block; }

.box2 { position: relative; width: 770px; background: #225C8C url(images/orderform_box2.jpg) no-repeat}
.box2 img { display: block; }

/*
.box2 .form ul { position: absolute; top: 15px; left: 15px; }
.box2 .form li {
	height: 22px;
	width: 600px;
	overflow: hidden;
	_height: 22px;
}
.box2 .form label {
	float: left;
	width: 130px;
	display: block;
	text-transform: uppercase;
	text-align: right;
	padding: 0px 5px 0 0;
	font-size: 11px;
}
.box2 .form li input,
.box2 .form li select { float: left; }
.box2 .form li select {
	width: 285px;
	font-size: 11px;
}
.box2 .form li input {
	border: 1px solid #989999;
	padding: 1px;
	width: 280px;
	font-size: 11px;
}
.box2 .form li small label { font-size: 10px; line-height: 11px; padding: 0 5px 0 0; }
*/

/*
.box2 .buy {
	position: absolute;
	top: 337px;
	left: 148px;
	font-size: 12px;
	padding: 0px 0px 0 0;
}
.box2 .buy .p { height: 22px; }
.box2 .buy .p input,
.box2 .buy .p label {
	float: none;
	padding: 0px 1px 0 0;
}
.box2 .buy .p input { margin: 2px 5px 0 0; }
.box2 .buy .p label strong { color: #00d0ff; }
*/

/*
.box2 .total {
	position: absolute;
	top: 435px;
	left: 101px;
}
.box2 .total label,
.box2 .total input { float: left; }
.box2 .total label {
	display: block;
	width: 40px;
	padding: 2px 10px 0 0;
	font-size: 11px;
}
.box2 .total input { border: 1px solid #989999; padding: 2px; width: 200px; }
.box2 .bt {
	position: absolute;
	top: 466px;
	left: 151px;
}
.box2 .bt input { border: 1px solid #013d74; font-weight: bold; padding: 0px 10px; background: #FFFFFF; }


.box2 .form li input.fieldError {border: solid 1px #FF3300; background: #FFFFCC}
.box2 .form li select.fieldError {border: solid 1px #FF3300; background: #FFFFCC}

*/



/*discount*/

.form li.discountCode{
	/*height: 110px;
	background: url(/images/PB_kod.jpg) no-repeat top left ;
	background-position: 24px top;
	color:#000;*/
	height:auto;
	margin:0px 0px;
	margin-top:5px;
	position: relative;
}
.form li.discountCode div{
	/*padding-left:50px;*/
	clear: both;
	/*width:420px;*/
	padding-top:10px;
	padding-bottom:10px;
	/*color:#FFF;*/
}
.form li.discountCode label{ /*font-weight: bold;color:#000;*/}
.form li.discountCode input{
	/*width:255px;*/
}
.form #discount_code.error{
	border: 1px solid red;
	background-color: #FFAAAA;
}
.form #discount_code.ok{
	border: 1px solid #00BC28;
	background-color: #BAFFCC;
}
.form li.discountCode #discount_code_txt{
    color: red;
   /* left: 348px;
    position: absolute;
    top: 35px;*/
	
}




