@charset "utf-8";
/* CSS Document */

.form {
	font-family:"Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	/*color:#333333;*/
	}
.form .nobrd {
	border:none;
	}
.form p {
	margin:0 15px;
	}
.form ul li p {
	margin:3px 0;
	}
.form .normal {
	font-weight:normal;
	}
.form.half {
	width:47%;
	max-width:420px;
	}
.form.half.left {
	float:left;
	}
.form.center {
	margin:auto;
	}
fieldset.form  {
	margin-top:15px;
	border:none;
	}
fieldset.form legend {
	font-size:16px;
	color:#00A88F;
	font-weight:bold;
	}
.form ul {
	margin:0px;
	padding:10px;
	}
.form ul li {
	list-style:none;
	margin-top:3px;
	margin-left:1%;
	width:97%;
	color:#f4f4f4;
	}
.form ul li.half {
	width:47%;
	}
.form ul li.half.left {
	margin-right:1%;
	margin-left:1%;
	display:inline-table;
	vertical-align:text-top;
	}
.form ul li.center {
	text-align:center;
	}
.form ul li.third {
	width:31%;
	}
.form ul li.twothirds {
	width:64%;
	}
.form ul li.quarter {
	width:20%;
	}
.form ul li.third.left, .form ul li.quarter.left, .form ul li.twothirds.left {
	margin-right:0.3%;
	display:inline-table;
	vertical-align:text-top;
	}
/*.form ul li.hr, div.hr {
	border-top:1px dotted #cccccc;
	margin:10px 0 0 0;
	height:5px;
	padding:0;
	min-height:0;
	clear:both;
	width:100%;
	}
*/.form ul li label {
	font-weight:bold;
	clear:left;
	float:left;
	width:100%;
	color:#333333;
	}
.form ul li.checkbox {
	margin-top:15px;
	}
.form ul li.checkbox label {
	/*font-weight:normal;*/
	display:inline-block;
	width:auto;
	float:none;
	}
.form ul li.checkbox input {
	width:auto;
	display:inline-block;
	vertical-align:sub;
	}
	
.form ul li label.fluid {
	width:inherit;
	float:left;
	margin-right:5px;
	}
.form sup {
	font-family:"Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#CC0000;
	margin-left:3px;
	}
.form ul li select.input {
	height:21px;
	}
fieldset.form.border	{
	border:1px solid #AC1701;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}
	
.input, #checkout_content .input {
	font-family:"Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	border:none;
	background-color:#f4f4f4;
	padding:3px;
	color:#666;
	width:100%;
	border:#666666 solid 1px;
	-moz-box-shadow:inset 2px 2px 5px #999; 
	box-shadow:inset 2px 2px 5px #999; 
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}
#checkout_content .input {
	width:96%;
}
.input.MANDATORY  {
	background:url(/icart/admin/images/mandatory.png) right top no-repeat #f4f4f4;
	}
.input.date {
	width:25%;
    background:url("/icms/admin/core/icms/images/calendar_icon.gif") no-repeat 99% 2px;
    cursor:pointer;
    }
.input.VERIFY_ERROR {
	border-color:#CC3366;
	}
.form .scal {
	text-shadow:none;
}
.form .error_message {
	color:#CC3366;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
	}

.formbutton {
	background-color:#0099FF;
	color:#ffffff;
	border:1px solid #0066CC;
	padding:3px;
	font-family:"Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	cursor:pointer;
	}
.formbutton.payment {
	font-size:18px;
	font-weight:bold;
	padding:10px 50px;
	background-color:#009900;
	border:3px solid #006600;
	}