#order_form {
	max-width: 500px;
	margin: 0 auto;
}

#orderbutton {
	font-weight: bolder;
	font-size: 11pt;
	color: #FFFFFF;
	display:block;
	margin: 0 auto;
	width: 180px;
	height: 30px;
	line-height: 210%;
	text-align: center;
	background: url( ../_pic/orderbutton.png ) top no-repeat;
}

#orderbutton:hover {
	background: url( ../_pic/orderbutton.png ) bottom no-repeat;
}

div.checkbox {
	display: block;
	padding: 0 0 1em 0;
}

div.form {
	max-width: 800px;
	min-width: 700px;
	padding: 1em;
	margin: 1.5em auto;
	-moz-box-shadow:    0 0 9pt  #999999;
  	-webkit-box-shadow: 0 0 9pt  #999999;
  	box-shadow:         0 2pt 7pt  #999999;
}

label.form {
	max-width: 500px;
	margin: 0 auto;
	color: #FF6600;
	font-weight: bolder;
	display: block;
	padding-bottom: 1em;
	font-size: 1em;
}

fieldset {
	border: 1px solid #ff6600;
	padding: 0.5em;
	margin: 1em 0;
}	

fieldset p {
	display: inline-block;
}

legend {
	font-weight: bolder;
	color: #444444;
	padding: 0 0.5em;
	
}

fieldset.summary  {
	border: 1px solid #FF6600 !important;
	padding: 0.5em !important;
}

div.summary {
	max-width: 700px;
	margin: 0 auto;
}

table.summary {
	border-collapse: collapse;
	margin: 1em 0.5em;
	width: 650px;
}

table.summary td { 
	padding: 1pt;
	vertical-align: top; 
}

legend.summary {
	padding: 0.5em !important;
}

p.legend {
	font-weight: bolder;
	color: #444444;
	padding: 1em 0.2em 0.1em;
}

label {
	display: block;
	margin: 0.2em 0.3em;	
	font-size: 0.9em;
}

label.label_behind {
	display: inline-block;
	font-size: 1em;
	padding: 0 2em 0 0;
}

select, input.text {
	border-radius: 2pt !important;
	-moz-border-radius: 2pt; 
	-webkit-border-radius: 2pt;
}

select {
	border: 0.1em solid #FF6600;
	background: #F0FFE1;
	margin-right: 1.5em;
	padding: 0.2em 0.5em;

}

input.text {
	border: 0.1em solid #FF6600;
	background: #F0FFE1;
	margin-right: 1.5em;
	padding: 0.2em 0.5em;
}

input.text.obligation {
	border-width: 0.1em;
}

input.text:disabled, select.select:disabled {
	background: #DDDDDD;
	cursor: url(../_pic/cursor_disabled.gif), auto;
}


legend.obligation, label.obligation {
	color: #FF0000;
	font-weight: bolder;
}

legend.obligation:after, label.obligation:after {
	content: ' *';
}

input.radio {
	vertical-align:text-bottom;	
/*	margin-right: 0.5em;*/
}

input.checkbox {
	vertical-align:text-bottom;	
	margin-right: 0.3em;
}

p.submit {
	padding: 2em 0 !important;
	text-align: center;
}

input.button {
	padding: 0.3em;
	font-weight: bolder;
}

input.left {
	float: left;
}

input.right {
	float: right;
}

p.hidden, fieldset.hidden, div.hidden {
	visibility: hidden;
	display: none;
}

input.credit1, input.credit2, input.credit3, input.credit4, input.ccmonth, input.ccyear, input.cvc {
	text-align: center;
}

#add_lang {
	display: none;
}

fieldset ul {
	list-style: none !important;
	margin-left: -15px;
} 

fieldset ul li {
	border: 1px solid #ff6600;
	padding: 5px;
	margin-bottom: 5px;
}

fieldset ul li label {
	width: 150px;
}

textarea {
	 background: #F0FFE1;
	 border: 0.1em solid #FF6600;
	 padding: 0.2em;
	 resize: none;
}

.button.left {
	background: transparent url(../_pic/form_b.png) no-repeat center top;
	color: white;
	width: 116px;
	height: 30px;
	border: 0;
	padding-left: 35px; 
}

.button.right {
	background: transparent url(../_pic/form_f.png) no-repeat center top;
	color: white;
	width: 116px;
	height: 30px;
	border: 0;
	padding-right: 35px;
}

/*.button.right.wide {
	background: transparent url(../_pic/form_.png) no-repeat center top;
	color: white;
	width: 116px;
	height: 30px;
	border: 0;
	padding-right: 35px;
}*/
.button.left:hover {
	background: transparent url(../_pic/form_b.png) no-repeat center center;
}

.button.right:hover {
	background: transparent url(../_pic/form_f.png) no-repeat center center;
}

.button.left:active {
	background: transparent url(../_pic/form_b.png) no-repeat center bottom;
}

.button.right:active {
	background: transparent url(../_pic/form_f.png) no-repeat center bottom;
}

.orderform_change {
	padding: 3pt !important;
	-moz-box-shadow:    0 0 5pt  #999999;
  	-webkit-box-shadow: 0 0 5pt  #999999;
  	box-shadow:         0 0 5pt  #999999;
	border: 1px solid #FF6600;
	text-decoration: none !important;
}
