@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 {
	
	}
.form ul li p {
	margin:3px 0;
	}
.form .normal {
	font-weight:normal;
	}
.form.half {
	width:47%;
	/*max-width:420px;*/
	}
.form.third {
	width:30%;
	/*max-width:420px;*/
	}

.form.half.left {
	float:left;
	}
.form.center {
	margin:auto;
	}
fieldset.form  {
	margin-top:15px;
	border:none;
/*	border:1px solid #CCCCCC;
	-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;	
*/	}
fieldset.form legend {
	font-size:16px;
	color:#333;
	font-weight:bold;
	}
.form ul {
	margin:0px;
	padding:10px;
	}
.form ul li {
	list-style:none;
	color:#333;
	width:99%;
	min-height:50px;
	}
.form ul li.half {
	width:48.5%;
	}
.form ul li.half.left {
	display:inline-table;
	vertical-align:text-top;
	margin-right:0.5%;
	}
.form ul li.center {
	text-align:center;
	}
.form ul li.third {
	width:32.2%;
	}
.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 {
	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-size: 12px;
	font-weight:bold;
	clear:left;
	/*float:left;*/
	width:100%;
	color:#666;
	}
.form ul li.checkbox {
	margin-top:15px;
	}
.form ul li.checkbox label {
	/*font-weight:normal;*/
	display:inline-block;
	width:auto;
	float:none;
	margin-bottom:12px;
	}
.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 {
    padding: 5px 5px 5px 0;
    text-indent: 0;
    line-height: 31px;
	}
fieldset.form.border	{
	border:1px solid #333;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
input:read-only {
	color:#999999;
	background-color:#eee;
	}
.input {
	font-family:"Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	border:1px solid #999;
	background-color:#fff;
	color:#666;
	width:99%;
	text-indent:5px;
	padding:6px 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0;
	}
#checkout_content .input {
	width:96%;
}

.input.MANDATORY  {
	background:url(/icart/admin/images/mandatory.png) right top no-repeat #fff;
	}
.input.date {
	width:25%;
	}
.input.VERIFY_ERROR {
	border-color:#990000;
	}
.form p.error {
    color: #CC0000;
    font-weight: bold;
}
.form .error_message, div.error_message {
    -moz-border-radius: 2px;
	border-radius: 2px;
    background-color: #990000;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    margin: -7px 0 0 5px;
    padding: 2px 4px;
    position: absolute;
    text-align: left;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}
.form .error_message:before, #stockpricedesc .error_message:before {
	content: url(/images/ptr_u.png);
	position: absolute;
	margin:-12px 0 0 15px;
	}
.formbutton {
	background-color:#666;
	color:#f4f4f4;
	border:1px solid #333;
	padding:3px;
	font-family:"Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.formbutton:disabled {
	opacity:0.3;
	}
.form address {
	font-size:12px;
	line-height:16px;
	font-style:normal;
	margin-left:15px;
	margin-top:10px;
	}

.input.dark {
    background-color: #333333;
    border: 1px solid #666666;
    color: #CCCCCC;
    display: inline-block;
    padding: 2px 10px 2px 0;
    width: 160px;
	}
.button.dark {
	border:1px solid #999;
	background-color:#666;
	color:#ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;	
	padding:1px;
	margin:2px;
	}
.input.NOTVALID  {
	background:url(/icart/admin/core/icart/images/false.png) right no-repeat #fff;
	}
.input.VALID  {
	background:url(/icart/admin/core/icart/images/true.png) right no-repeat #fff;
	}
.input.CHECKING  {
	background:url(/icart/admin/core/icart/images/ajax-loader.gif) right no-repeat #fff;
	color:#CCCCCC;
	}
.form ul li ul li {
	margin:2px;
	height:auto;
	min-height:0;
	}
.form ul li ul.checkboxgroup li {
	float:left;
	clear:none;
	width:auto;
	margin-right:2%;
	}
