
#oneclick-window {
	background: #F1F1F1;
	border: 1px solid #C0CAD5;
    color: #000000;
    font-size: 13px;
}
#oneclick-window, #oneclick-window input, #oneclick-window span, #oneclick-window textarea, #oneclick-short-form-container {
    font-family:  tahoma,arial,verdana,sans-serif,Lucida Sans;
    font-size: 13px;
    color: #000000;
}

.oneclick-quantity, input.oneclick-short-quantity {
	border: 1px solid #C0CAD5;
}

.oneclick-count div {
    background: #E9EDF1;
    font-size: 14px;
}
.oneclick-count div.minus {
	border: 1px solid #C0CAD5;
    font-weight: bold;
	color: #3B5998;
}
.oneclick-count div.plus {
	border: 1px solid #C0CAD5;
    font-weight: bold;
	color: #3B5998;
}

input.oneclick-txt, textarea.oneclick-txt, input.oneclick-short-txt {
    border:1px solid #C0CAD5;
    }

span.oneclick-error, span.oneclick-warning, span.oneclick-min-warning, span.oneclick-quantity-warning, span.oneclick-max-count-warning {
	color:#000000;
	font-size: 13px;
}
span.oneclick-success {
	color:#45688E;
    font-size: 13px;
}
.oneclick-close {
	background: url(../../img/vk/btn-close.png) no-repeat;
    width: 11px;
    height: 11px;
}

input#oneclick-send, input#oneclick-button, input#oneclick-short-send {
    padding: 0 16px;
    background: url("../../img/vk/button.png") repeat-x scroll 0 -12px #658AB0;
    border-radius: 2px;
    cursor: pointer;
    border-color: #496B93;
    color: #FFFFFF;
    padding: 6px 16px;
    border-style: solid;
    border-width: 1px;
    }
    
h4.oneclick-title {
    background: none repeat scroll 0 0 #DEE5EB;
    color: #45688E;
    font-weight: bold;
}

span.oneclick-right a, span.oneclick-left a {
    color: #45688E;
    text-decoration: none;
    cursor: pointer;
    border-bottom: none;
}
span.oneclick-right a:hover, span.oneclick-left a:hover {
    color: #45688E !important;
    text-decoration: underline;
}

.oneclick-loading {
	background: url("../../img/vk/loading.gif") center no-repeat;
	height: 16px;
}