
div.intaro-modules-button {
  float: left;
}
.intaro-modules-button:active {
	background:url(images/order_btn.gif) 0 -54px repeat-x;
	box-shadow: none;
}
.intaro-modules-button input {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
  background: none;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  height: 18px;
}
.intaro-modules-button.ptichka {
	margin-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.intaro-modules-button.ptichka input {
  background: url(images/ptichka.png) 0px -1px no-repeat;
}
/*.ocb-form {*/
	/*width:380px;*/
	/*border:1px solid #bcbcbc;*/
	/*background-color:#fff;*/
	/*display:none;*/
	/*box-shadow:0 10px 25px 0 #262626;*/
	/*-webkit-box-shadow:0 10x 25px 0 #262626;*/
	/*-moz-box-shadow:0 10px 25px 0 #262626;*/
	/*-moz-border-radius: 3px;*/
	/*border-radius: 2px;*/
	/*-webkit-border-radius: 2px;*/
	/*-khtml-border-radius: 2px;*/
	/*position: fixed;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*margin-left: -190px;*/
	/*margin-top: -200px;*/
	/*z-index:150;*/
/*}*/
.ocb-form form > div {
  padding: 0 20px 0px;
}
* html .ocb-form {
	position:absolute;
}
.ocb-form-header {
	width: 376px;
	height: 40px;
	margin:2px 2px 18px;
	position: relative;
}
.ocb-form-header-caption {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}
.ocb-form-header-close {
	width:12px;
	height:13px;
	float:right;
	background:url(images/close.png) -54px -4px no-repeat;
	margin:13px 20px 0 0;
	cursor:pointer;
	position: absolute;
	right: -10px;
	top: -10px;
}
.ocb-form-header-close:hover {
	background:url(images/close.png) -30px -4px no-repeat;
}
.ocb-form-header-close:active {
	background:url(images/close.png) -6px -4px no-repeat;
}
.ocb-form-field {
	margin:0 0px 17px;
}
.ocb-form-field label {
	display: block;
	clear: both;
	font:600 12px Arial;
    font-weight: normal;

	color:#1a1a1a;
	margin-bottom: 3px;
}
.ocb-form-field ins {
	font: 12px 600 Arial;
	color:#ff1154;
	text-decoration:none;
}
.ocb-form-field input, .ocb-form-field select {
	padding: 3px 2px;
	font: 12px Arial;
}
.ocb-form-field input {
	width: 97%;
}
.ocb-form-field select {
	width: 100%;
}
.ocb-error-msg {
	display: none;
	clear: both;
	font: 11px Arial;
	color:#dd2424;
	margin-top: 2px;
}
.ocb-form-loader {
	margin:15px 5px 0;
	background:url(images/ajax-loader.gif?2) no-repeat;
	display:none;
	width:16px;
	height:16px;
	float:right;
}
.ocb-form-result #order_form_div .confirm_order{
    width: auto;
    background-color: white;
}
.ocb-form-result {
	display: none;
	clear: both;
    margin: 50px 0px 40px;
    height: 230px;
}
.ocb-result-icon-success, .ocb-result-icon-fail {
	width: 300px;
	height: 25px;
	margin: 0 auto;
	font: 16px Arial;
	text-indent: 40px;
	padding: 3px 0;
	display: none;
}
.ocb-result-icon-success {
	background:url(images/order_success.png) no-repeat;
	color:#1f760b
}
.ocb-result-icon-fail {
	background:url(images/order_error.png) no-repeat;
	color:#dc1d1d;
}
.ocb-result-text {
	width: 250px;
	color:#000;
	font: 14px Arial;
	margin:0 30px 0 60px;
	line-height: 20px;
}
.ocb-debug-messages {
	visibility: hidden;
	display: none;
}

#ocb_intaro {
    position: relative;
    bottom: 15px;
}
/*.ocb-form-field input[type=text]{*/
	/*border: 1px solid black;*/
/*}*/