/*.account > .title {
	color: #FF6600;
	font-size: 1.1em;
	font-weight: bold;
	text-transform:capitalize;
	margin-left: 0px;
}
label {  }
label.error { display: block;float: none; color: red; vertical-align: top; font-size: 0.7em;}
.account > p { clear: both; padding: 5px;}
em { font-weight: bold; padding-right: 1em; vertical-align: top; color: #FF6600; }

.addressType {
	font-weight:bold;
}



*/
button#delaccount.button {
	background-color:#183A8D;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius: 3px;
	border-radius:3px;
	border:1px solid #183A8D;
	color:#ffffff;
}
button#delaccount.button:hover {
	background-color:#EB773B;
    border:1px solid #EB773B;
	color: #fff;
}

label {
	display: inline-block;
	width: 160px;
	vertical-align: top;
	margin-left: 0em;
	text-align:right;
}

input, textarea, select {
	/*margin-left: 10px;*/
}
input#fct_same {
	margin-left: 20px;
}

p {
	/*padding-top:5px ;
	padding-bottom : 5px;*/
}
div#cg {
	margin-left: 20px;
	/*margin-left: 270px;*/
	margin-bottom: -30px;
	margin-top: -13px;
	cursor: pointer;
	color: #EB773B;
}

div.text-cg div#cgok {
    margin-left: 200px;
    font-weight: bold;
    margin-top: 6px;
    height: 0px;     
    }

  div.text-cg input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-left: 440px;
    margin-top: -6px;
    }

label em {
	color: red;
}

label#lbl_fct_same,
label#lbl_prosveta_com {
	width: 310px;
	margin-top: 4px;
	margin-left: 5px;
	text-align: left;
}
div#invoiceaddress h2 {
	padding-left: 23px;
}
div.text-cg {
	padding-left: 23px;
}

div#captcha{
	position: relative;
	border:solid #CCCCCC 1px;
	background: White;
	width:200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin-top:2em;
	margin-bottom: 2em;
	/* centrage du captcha */
	margin-left: auto;
	margin-right:auto;
}


/* refresh */
#captcha img#imgcaptcha {
	position: relative;
	float: left;
	width:165px;
}
#captcha button#refresh {
	background:  url("images/refresh.jpg") no-repeat transparent ;
	width: 24px;
	height: 24px;
	border: none;
	margin-top: 12px;
    /*margin-left: 80px;*/
    margin-left: 8px;
}

_::content, _:future, #captcha button#refresh:not(*:root) { margin-left: 168px; }



div#button-contact {
	padding-bottom: 10px;
}
label.error { margin-top: -10px; margin-left: 0.5em; float: none; color: red; vertical-align: top; font-size: 0.8em;}

input.button_submit  {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1em;
/*background: #c1d5f6;*/ /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-color: #EB773B;
  /*background-image: -webkit-linear-gradient(top, #1d49af, #183A8D);
  background-image: -moz-linear-gradient(top, #1d49af, #183A8D);
  background-image: -ms-linear-gradient(top, #1d49af, #183A8D);
  background-image: -o-linear-gradient(top, #1d49af, #183A8D);
  background-image: linear-gradient(to bottom, #1d49af, #183A8D);*/
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  /*-webkit-box-shadow: 0px 1px 2px #666666;
  -moz-box-shadow: 0px 1px 2px #666666;
  box-shadow: 0px 1px 2px #666666;*/
  font-family: Arial, Helvetica;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 20px;
  border: 2px solid #EB773B !important;
  text-decoration: none;
    height: 40px !important;
    width: 120px !important;
}
input.button_submit:hover {
background-color: #183A8D;
  /*background-image: -webkit-linear-gradient(top, #183A8D, #1d49af);
  background-image: -moz-linear-gradient(top, #183A8D, #1d49af);
  background-image: -ms-linear-gradient(top, #183A8D, #1d49af);
  background-image: -o-linear-gradient(top, #183A8D, #1d49af);
  background-image: linear-gradient(to bottom, #183A8D, #1d49af);*/
  text-decoration: none;
    color: #ffffff;
    border: 2px solid #183A8D !important;
}

input, textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	background: #FFFFFF;
	/*border: 2px solid;*/
	border: 1px solid #DDDDDD;
	/* border-color: #FFCD00 #FFFFFF #FFFFFF #FFCD00;*/
	margin-left: 10px;
}
input#btn-next {
	float: right;
	margin-right: 80px;
	margin-top: -140px;
	background-color: #EB773B;
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius: 3px;
	border-radius:3px;
	border:2px solid #EB773B;
	/*color:#ffffff;*/
    color:#ffffff;
	font-family:Arial, Helvetica;
	font-size:1.4rem;
	font-weight:bold;
	padding:7px 20px;
	text-decoration:none;
	background-image: url('images/backbutton.jpg') !important;
    background-size: cover !important;
}
input#btn-next:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');*/
	background-color:#183a8d;
	color: #fffd;
    border: 2px solid #183a8d;
	background-image: url('images/backbutton2.jpg') !important;
    background-size: cover !important;
}

div#comment textarea#order_comments {
	width: 430px;
	height: 70px !important;
}

form#nextstep #btn-withoutaccount.button {
  background-image: url('images/backbutton2.jpg') !important;
    background-size: cover !important;
    
    background: #183A8D;
  /*background-image: -webkit-linear-gradient(top, #1d49af, #183A8D);
  background-image: -moz-linear-gradient(top, #1d49af, #183A8D);
  background-image: -ms-linear-gradient(top, #1d49af, #183A8D);
  background-image: -o-linear-gradient(top, #1d49af, #183A8D);
  background-image: linear-gradient(to bottom, #1d49af, #183A8D);*/
  border: 2px solid #183A8D !important;
  color: #ffffff;
    padding: 7px 20px;
}

form#nextstep #btn-withoutaccount.button:hover {
  background-image: url('images/backbutton.jpg') !important;
    background-size: cover !important;
    
    background: #EB773B;
  /*background-image: -webkit-linear-gradient(top, #183A8D, #1d49af);
  background-image: -moz-linear-gradient(top, #183A8D, #1d49af);
  background-image: -ms-linear-gradient(top, #183A8D, #1d49af);
  background-image: -o-linear-gradient(top, #183A8D, #1d49af);
  background-image: linear-gradient(to bottom, #183A8D, #1d49af);*/
  border: 2px solid #EB773B !important;
  color: #ffffff;  
}


form#nextstep input[type=submit] {
	
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');*/
	background-image: url('images/backbutton.jpg') !important;
    background-size: cover !important;
	
	background-color:#EB773B !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:3px;
	border:2px solid #EB773B !important;
	/*color:#ffffff;*/
    color:#ffffff;
	font-family:Arial, Helvetica;
	font-size:1.4rem;
	font-weight:bold;
	padding:7px 20px;
	text-decoration:none;
	margin-right: 10px;
	margin-bottom: 10px;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
form#nextstep input[type=submit]:hover {
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');*/
	background-image: url('images/backbutton2.jpg') !important;
    background-size: cover !important;
    
    background-color:#183A8D !important;
	color: #fff;
    border: 2px solid #183A8D !important;
	/*-webkit-transform: scale(1.1);
	transform: scale(1.1);*/
}

select {
	margin-left: 10px;
}
div#choosepayment input#btn-next {
	/*background: #c1d5f6; /* Old browsers */
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');*/
	background-color:#EB773B;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:2px solid #EB773B;
	color:#ffffff;
	font-family:Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	padding:7px 12px;
	text-decoration:none;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#choosepayment input#btn-next:hover {
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');*/
	background-color:#183a8d;
	color: #fff;
    border:2px solid #183a8d;
}

#subscribeValide p input[type="submit"] {

/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');*/
	background-color: #EB773B;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius: 3px;
	border-radius:3px;
	border:2px solid #EB773B;
	color:#ffffff;
	font-family:Arial, Helvetica;
	font-size:1.4rem;
	font-weight:bold;
	padding:7px 20px;
	text-decoration:none;
	margin-right: 10px;
	margin-bottom: 10px;
    margin-left: 0px;
}

p input[type="submit"] {
background: #EB773B; 
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius: 3px;
	border-radius:3px;
	border:1px solid #EB773B !important;
	/*color:#ffffff;*/
    color:#ffffff;
	font-family:Arial, Helvetica;
	font-size:1.4rem;
	font-weight:bold;
	padding:7px 20px;
	text-decoration:none;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url('images/backbutton.jpg') !important;
    background-size: cover !important;
}

p input[type="submit"]:hover {
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');*/
	background-image: url('images/backbutton2.jpg') !important;
    background-size: cover !important;
    background-color:#183a8d;
	color: #fff;
    border: 1px solid #183a8d !important;
}

input#btn-contact {
background-color: #183A8D;
  /*background-image: -webkit-linear-gradient(top, #1d49af, #183A8D);
  background-image: -moz-linear-gradient(top, #1d49af, #183A8D);
  background-image: -ms-linear-gradient(top, #1d49af, #183A8D);
  background-image: -o-linear-gradient(top, #1d49af, #183A8D);
  background-image: linear-gradient(to bottom, #1d49af, #183A8D);*/
  border: solid #183A8D 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 20px;
	margin-left: 250px;
}

input#btn-contact:hover {
background-color: #EB773B;
  /*background-image: -webkit-linear-gradient(top, #183A8D, #1d49af);
  background-image: -moz-linear-gradient(top, #183A8D, #1d49af);
  background-image: -ms-linear-gradient(top, #183A8D, #1d49af);
  background-image: -o-linear-gradient(top, #183A8D, #1d49af);
  background-image: linear-gradient(to bottom, #183A8D, #1d49af);*/
  color: #ffffff;
    border: solid #EB773B 2px;
}