#demoForm{
	padding:20px 30px;
	margin-bottom:20px;
	width:675px;
	padding: 1.618em;
	background: #fff;
	-webkit-border-bottom-left-radius: 0.53em;
	-webkit-border-bottom-right-radius: 0.53em;
	-moz-border-radius-bottomleft: 0.53em;
	-moz-border-radius-bottomright: 0.53em;
	border-bottom-left-radius: 0.53em;
	border-bottom-right-radius: 0.53em;
	border: 1px solid #ebebeb;
	border-top-style: none;
}

#checkout-main .text{
	padding: 5px;
	border: 1px solid #ccc;
	color: #456;
	letter-spacing: 1px;
	background-color: #f2f2f2;
}

#checkout-main tr strong {
	font-weight: bold;
	color: #333333;
}

#checkout-main tr {
	line-height: 15px;
	border-bottom: 1px solid #ddd;
}

#checkout-main td {
	padding: 5px 0px;
	vertical-align: middle;
}

#checkout-main h2 {
	border-bottom: 1px dotted #ccc;
	font-size: 22px;
	font-weight: normal;
	margin: -5px 0 10px 0;
}

#checkout-main h2 em {
	display: block;
	font-size: 14px;
	color: #666;
	font-style: normal;
	margin-top: 5px;
	line-height: 22px;
}

#checkout1-form input,#checkout1-form select{ float: left; }
#checkout1-form select{
  float: left;
  width: 155px;
  margin: 0px;
  padding: 0px;
  color: #666;
  border: 1px solid #e2e2e2;
  padding: 4px 5px;
  background-color:#FFF;
  /*-
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  
  webkit-box-shadow: inset 0px -6px 6px -1px rgba(229, 229, 229, 1);
  -moz-box-shadow: inset 0px -6px 6px -1px rgba(229, 229, 229, 1);
  box-shadow: inset 0px -6px 6px -1px rgba(229, 229, 229, 1); */
}

#checkout1-form {
	margin-bottom:20px;
}

#checkout1-form input, #checkout1-form textarea{
	float: left;
	margin: 0px;
	padding: 0px;
	width:100%;
	/*color: #666;
	border: 1px solid #e2e2e2;
	padding: 4px 5px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/ 
	
	
	padding: 5px;
	border: 1px solid #ccc;
	color: #456;
	letter-spacing: 1px;
	background-color: #f2f2f2;	
	-webkit-box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
	-moz-box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
	box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
	
	
}

#checkout1-form .row,#checkout1-form .row2,#checkout1-form .row3, #checkout1-form p{ float: left; width:100%; margin-bottom: 10px; color: #525252; font-size: 13px;}
#checkout1-form .row input{ width: 95%;}
#checkout1-form .row .r2 input{ width: 104px;}
#checkout1-form .row .l2 input{ width: 104px;}
#checkout1-form .row .l{ float: left; width: 49%; margin-right:5px; }
#checkout1-form .row .r{ float: left; width: 49%; }
#checkout1-form .row .l label,
#checkout1-form .row .r label,
#checkout1-form .row .r a,
#checkout1-form .row2 label,
#checkout1-form .row .c label,
#checkout1-form .row .r2 label{ 
  float: left; width: 100%; margin-bottom: 5px; line-height: 16px;
}
#checkout1-form .row .l2 label{ 
  float: left; width: 100%; margin-bottom: 5px; line-height: 16px;
}
#checkout1-form  .row .r label.note,
#checkout1-form  .row .r a.note{ color: #24659c; font-weight: normal; margin-top: 21px; line-height: 26px; height: 26px; margin-bottom: 0px;}
#checkout1-form  label.required{ font-weight: normal; }

#checkout1-form .row .c{ float: left; width: 24%; margin-right: 5px; }
#checkout1-form .row .r2{ float: left; width: 24%; }
#checkout1-form .row .l2{ float: left; width: 23%; }

#checkout1-form .row2 input{ width: 97%;}

#checkout1-form .row3{ border-top: 1px dotted #a3a3a3; border-bottom: 1px dotted #a3a3a3; padding: 20px; height: 24px;}
#checkout1-form .row3 input.r{float: left; height: 24px; line-height: 24px; border: 0px; margin: 0px;}
#checkout1-form .row3 span{ float: left; font-weight: bold; margin-left: 10px; height: 24px; line-height: 24px;}


#btn_invia{width:140px; margin:0 auto; cursor:pointer;
  text-align: center;
  border-bottom: 1px solid #8a8a8a;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  text-transform:uppercase;
  font-weight:bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 16px;
  color: #000;
  
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 

  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e3e3e3));
  background: -webkit-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
  background: -o-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
  background: -ms-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
  background: linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e3e3',GradientType=0 );
}

.overlay{
	background:transparent url(../js/CSSOverlay/images/overlay.png) repeat top left;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
}
.box-alert, .box-confirm{
	position:fixed;
	top:-400px;
	left:30%;
	right:30%;
	background-color:#fff;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index:101;
	text-align:center
}

.box-alert p, .box-confirm p
{
	margin:10px 0;
	color:#cc0000 !important;
	font-size: 12px;
}

.box-title-form{
  	height: 40px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #cc0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #cc0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#cc0000));
	background: -webkit-linear-gradient(top, #ff0000 0%,#cc0000 100%);
	background: -o-linear-gradient(top, #ff0000 0%,#cc0000 100%);
	background: -ms-linear-gradient(top, #ff0000 0%,#cc0000 100%);
	background: linear-gradient(top, #ff0000 0%,#cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#cc0000',GradientType=0 );
}

h2.nice-title-infoform-box,h1.nice-title-infoform-box{
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  margin:0;  
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px -1px 0px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=-1);
  padding-left:10px;
  float:left;
  text-transform:uppercase;
}
.box-title-form .infoform-box{ float: right; width: 40px; height: 40px; background: url(../error.html) no-repeat center center; }
a.boxclose, a.boxconfirmclose{
	float:right;
	width:26px;
	height:26px;
	background:transparent url(../js/CSSOverlay/images/cancel.png) repeat top left;
	margin-top:-10px;
	margin-right:-10px;
	cursor:pointer;
}
input.error {background-color:#FCC !important;}
textarea.error {background-color:#FCC !important;}

#checkout-steps{
 	margin:0px !important;
	height:40px;
	padding-left:5px !important;
	border: 1px solid #ebebeb;
	list-style: none;
	margin: 0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
	background: -webkit-linear-gradient(#fbfbfb, #f7f7f7);
	background: -moz-linear-gradient(center top, #fafafa 0%, #ededed 100%);
	background: -moz-gradient(center top, #fafafa 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa,endColorstr=#ededed);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa, endColorstr=#ededed)";
	-webkit-border-top-left-radius: 0.53em;
	-webkit-border-top-right-radius: 0.53em;
	-moz-border-radius-topleft: 0.53em;
	-moz-border-radius-topright: 0.53em;
	border-top-left-radius: 0.53em;
	border-top-right-radius: 0.53em;
}
#checkout-steps .l{ float: left;}
#checkout-steps .l .step{float: left; width: 115px;  padding: 10px 0px;}

#checkout-steps .l .step .step-id{ 
  	margin:0px !important;
	height:30px;
	list-style: none;
	margin: 0;
	text-align:center;
	font-size:11;
	line-height:2.5;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
	background: -webkit-linear-gradient(#fbfbfb, #f7f7f7);
	background: -moz-linear-gradient(center top, #fafafa 0%, #ededed 100%);
	background: -moz-gradient(center top, #fafafa 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa,endColorstr=#ededed);
}

#checkout-steps .l .step.active .step-id{ 
  	font-weight:normal;
	z-index:100000;
	color:#dd0819;
	background: #fff;
	font-weight:bold;
	text-decoration: none;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	-webkit-border-top-left-radius: 0em;
	-webkit-border-top-right-radius: 0em;
	-moz-border-radius-topleft: 0em;
	-moz-border-radius-topright: 0em;
	border-top-left-radius: 0.53em;
	border-top-right-radius: 0.53em;
}


#checkout-main input[type="text"], input[type="password"], textarea {
border: 1px solid #DBDBDB;
margin: 0;
padding: 5px;
}

input.nice-i, textarea.nice-i {
	color: #666;
	border: 1px solid #e2e2e2;
	padding: 4px 10px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	-webkit-box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
	-moz-box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
	box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
}

input.nice-s:hover, .nice-a:hover {
	text-align: center;
	border-bottom: 1px solid #8a8a8a;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #424757;
	text-shadow: 0px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e3e3e3));
	background: -webkit-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
	background: linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e3e3',GradientType=0 );
}

input.nice-s, .nice-a {
	height: 27px;
	line-height: 27px;
	text-align: center;
	border-bottom: 1px solid #8a8a8a;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #dd0819;
	text-shadow: 0px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e3e3e3));
	background: -webkit-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
	background: linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e3e3',GradientType=0 );
}

#payment-block .row3 a.checkout {
	float: left;
	width: 110px;
	height: 35px;
	line-height: 35px;
}

a.nice-a2{
  text-align: center;
  border-bottom: 1px solid #8a8a8a;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #dd0819;
  
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 

  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e3e3e3));
  background: -webkit-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
  background: -o-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
  background: -ms-linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
  background: linear-gradient(top, #fefefe 0%,#e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e3e3',GradientType=0 );
}

#wrap-checkout .footer-links {
	float: left;
	/*padding: 0px 20px;*/
	width: 680px;
}

#wrap-checkout .footer-links .l {
	float: left;
	width: 50%;
}

#wrap-checkout .footer-links .r {
	float: left;
	width: 50%;
}

#checkout-main .subinfo {
	float: left;
	width: 100%;
	height: 35px;
	margin-bottom:20px;
}

#checkout-main .subinfo .l {
	float: left;
	width: 510px;
	line-height: 35px;
	font-size: 24px;
	font-weight: normal;
	color: #dd0819;
	text-shadow: 0px 1px 0px white;
	margin: 0;
}

#checkout-main .subinfo .r2 {
	float: left;
	width: 130px;
	margin-left: 25px;
	height: 35px;
	line-height: 35px;
	padding-left: 5px;
	font-size: 13px;
	color: #525252;
}


