form.css-validation-form [type=text],
form.css-validation-form [type=password],
form.css-validation-form textarea 
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	padding: 10px;
	margin-top: 4px;
	margin-bottom: 5px;
}

form.css-validation-form input[type=submit] 
{
	background-color: #E01717;
	border: 0px solid #FFFFFF;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: inherit;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 0;
    border-width: 0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-background-clip: padding-box;
	/* Animate all properties across supporting browsers */
	-webkit-transition: all 0.8s ease-in-out;
	/* -o-transition: all 1s ease-in-out; */
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	margin-top: 12px;
	float: left;
}


  
form.css-validation-form input:hover[type="submit"] 
	{
	border: 0;
	border-width: 0;
	overflow: hidden;
}

form.css-validation-form input:focus[type="submit"] 
	{
	background-color: #F0F7EF !important;
	border: 0;
	overflow: hidden;
    border-width: 0;
}

form.css-validation-form input[type="reset"] 
	{
	background-color: #E01717;
	border: 0px solid #FFFFFF;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: inherit;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 0;
	border-width: 0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
	margin-top: 12px;
	float: left;
	margin-left: 10px;
	height: 60px;
}

form.css-validation-form input:hover[type="reset"] 
	{
	background-color: #E01717 !important;
	border: 1px !important;
}

form.css-validation-form input:focus[type="reset"] 
	{
	background-color: #E01717 !important;
	border: none !important;
}
	

form.css-validation-form [type=check],
form.css-validation-form [type=radio],
form.css-validation-form [type=submit] 
{
  cursor: pointer;
}


form.css-validation-form label 
{
	display: block;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #666;
	font-weight: normal;
}

  
form.css-validation-form label.overTxtLabel 
{
  margin-top:inherit;
}
  
form.css-validation-form .required_flag 
{
  font-weight: bold;
  color: #C00;
}

form.css-validation-form [type=check] + label,
form.css-validation-form [type=radio] + label 
{
  display: inline-block;
  cursor: pointer;
}

form.css-validation-form input[type="radio"], form.css-validation-form input[type="checkbox"]
{
	float: left;
	display: block;
	margin-top: 4px;
	margin-right: 10px!important;
	clear: both;
}


form.css-validation-form input:hover,
form.css-validation-form textarea:hover,
form.css-validation-form input:focus,
form.css-validation-form textarea:focus 
{
	background-color: #fff!important;
	border: 1px solid #8D664A;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.required {
	color: #CC0000;
	font-size: 14px;
	}
	
	
.confirmer {
	margin-top: 8px;
}	

form.css-validation-form .validation-failed 
{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border: 1px solid #E01717;
	/* Animate all properties across supporting browsers */
	-webkit-transition: all 0.8s ease-in-out;
	/* -o-transition: all 1s ease-in-out; */
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	
}

form.css-validation-form .validation-advice 
{
  padding-bottom: 3px;
  font-weight: bold;
  color:  #E01717;
  margin-top: 5px;
  font-weight: normal;
}

.css-overlabel-form .overTxtLabel {
	color: #888888;
	padding: 3px;
	font-weight: normal;
}


.css-div-form   div>label:first-child { display:block; }
.css-table-form tr>* { vertical-align:top; text-align:left; }

form.css-validation-form input[name*=Quantity] { width:auto; }
form.css-validation-form textarea[name*=OrderCustomerComment] { padding:0px; }

/* This CSS converts table style form into div style form. */
table.css-table-form,
table.css-table-form tbody,
table.css-table-form thead,
table.css-table-form>thead,table.css-table-form>tbody,
table.css-table-form>thead>tr,table.css-table-form>tbody>tr,
table.css-table-form>thead>tr>*,table.css-table-form>tbody>tr>* { display:block; float:left; clear:left; width:100%; }

table.css-table-form>*>tr>th>label { display:inline-block; }

/*Login page css*/
table.css-table-form tr {
	 background: #edeade;
}
