/* CSS Document */
html, body{
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	min-width:755px;
}
.clear{
	clear:both;
}

h1 {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#524741;
}
.info{
	background-image:url(images/icon_info.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}

/* FORMS */

form{
	color:#524741;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
br {
	clear:left;
}
.required{
	color:#FF0000;
}
.warning{
	color:#FF0000;
	background-image:url(images/icon_warning.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}
.confirm{
	color:#009900;
	background-image:url(images/icon_confirm.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}
fieldset{
	width:90%;
	padding:10px 10px 10px 10px;
	text-align:left;
	/*margin-left:125px;
	margin-bottom:20px;*/
}

legend{
	padding:0px 10px 0px 10px;
}
input{
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.add{
	display:inline;
}
select{
	margin-bottom:10px;
}
textarea{
	color:#524741;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:350px;
}
label {
	display:block;
	text-align:left;
	width: 150px;
	padding-right: 5px;
	padding-bottom: 5px;
}
button{
	float:right;
}

/* Order form items holder*/

.itemcont{
	float:left;
	text-align:left;
}
.itemcont label{
	color:#00ee00;
}