@charset "UTF-8";
/* CSS Document */
form.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #202020;
	width:100%;
	padding: 0px;
	color:#333;
}

.formular fieldset {
	margin-top: 0px;
	padding : 15px;
	border: 1px solid #B9C3CC;
	margin-bottom:15px;
	background-color:#999;
	color:#202020;
}

.formular fieldset a:link{
	font-size:12px;
}
.formular fieldset a:hover{
	font-size:12px;
	background:#CCC;
}
.formular fieldset a:visited{
	font-size:12px;
}

.formular legend {
	font-size: 12px;
	color: #CCC;
}

.formular fieldset label {
	float: left;
	text-align: inherit;
	width: 100px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:4px;
}

.formular fieldset ul {
	margin-left:20px;
}
.formular fieldset ol {
	margin-left:30px;
}
.formular fieldset li {
	margin-bottom:10px;
	margin-top:10px;
}

.formular label span {
	color: #CCC;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
	width:290px;
	margin-top:5px;
	float:left;
	font-size:14px;
}
.formular .radio{
	width:20px;
}
.formular select{
	height:27px;
	margin-bottom:10px;
	margin-right:10px;
	width:220px;
	background:#FFFFFF url(/img/form/text-bg.gif) repeat-x scroll 0 0;
	border:1px solid #999999;
	color:#999;
	font-size:12px;
	margin-top:4px;
	padding:4px;
}

.formular .text-input {
	width: 250px;
	color: #999;
	padding: 4px;
	border: 1px solid #999999;
	font-size: 12px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.formular .text-inputs {
	width: 82px;
	color: #999;
	padding: 4px;
	border: 1px solid #999999;
	font-size: 12px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.formular textarea {
	width: 400px;
	height:50px;
	color: #999;
	padding: 4px;
	border: 1px solid #999999;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.formular .infos {
	color: #666;
	font-size: 12px;
	line-height:1.5;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	border: 1px solid #AAA;
	padding: 4px;
	float: left;
	text-decoration: none;
	cursor:pointer;
	background-image: url(button-bg.png);
	background-repeat: repeat-x;
	width:120px;
	margin-bottom:10px;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #666;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
.blank{
	background-color:#FFF;
	border:none;
	display:block;
	height:300px;
}
#orderdate_Year_ID{
	margin-top:0px;
}
.searchButton {
border:1px solid #AAAAAA;
cursor:pointer;
float:right;
margin-top:0;
padding:4px;
text-decoration:none;
}
form.details-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	padding: 0px;
	color:#333;
	margin-top:10px;
}
.details-form fieldset {
	margin-top: 0px;
	border: none;
	padding:0px;
}
.details-form fieldset label{
	width:200px;
	height:20px;
	display:block;
	float:left;
}
.details-form fieldset input{
	width:180px;
	height:20px;
	padding:3px;
	float:left;
}
.details-form .submit {
	border: 1px solid #AAA;
	padding: 4px;
	float: left;
	text-decoration: none;
	cursor:pointer;
	background-image: url(button-bg.png);
	background-repeat: repeat-x;
	width:60px;
	line-height:2;
	margin-bottom:10px;
	height:30px;
}