*, *:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
	cursor: pointer;
}

input[type=submit]{
	cursor: pointer;
}

.bc {
	font-family: Tahoma !important;
	background: #009AD3 !important;
	height: 33px !important;
	line-height: 33px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 20px;
	border-radius: 15px;
	display: block !important;
}

/************/

#service-popup .service-popup-title {
	background-color: #009AD3;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#popup-style .popup-title .sm-text {
	font-family:"Arial", Tahoma sans-serif;
	font-size: 14px;
}

#service-popup .service-form-content  {
	background: none repeat scroll 0 0 #F9F9F9;
	padding: 10px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* WEB FORM */

#web-form {
	margin-bottom: 18px;
}

#web-form .web-form {
	margin-top: 34px;
}

#web-form .web-form td {
	vertical-align: top;
	border: 0;
}
#web-form .web-form td:hover {
	box-shadow: none;
}

#web-form .web-form .label {
	color: #333333;
    font-size: 14px;
    padding-right: 20px;
    text-align: right;
	width: 140px;
	padding-bottom: 19px;
	padding-top: 8px;
}

#web-form .web-form .field {
	padding-bottom: 19px;
}

#web-form .web-form .field .f {
	float: left;
}

/*#web-form .web-form .error-msg {
	float: left;
	color: #c51c1c;
	font-size: 13px;
	padding-left: 20px;
	margin-left: 310px;
	position: absolute;
    width: 165px;
}*/

#web-form .web-form .field .error-bg  {
	border: #c51c1c solid 1px;
}

#web-form .web-form .label.required-field {
	font-weight: bold;
}

#web-form .web-form input {
	border: #c3c3c3 solid 1px;
	padding: 10px 5px 10px;
	width: 300px;
	font-size: 14px;
	background: url("img/field-bg.png") repeat-x scroll 0 0 #ffffff;
	margin: 0;
	font-family: 'PT Sans';
}

#web-form .web-form .error-field {
	border: #c51c1c solid 1px !important;
}

#web-form .web-form input[type=text]:focus, #web-form .web-form textarea:focus {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#web-form .web-form textarea {
	border: #c3c3c3 solid 1px;
	padding: 5px 5px 5px;
	width: 300px;
	font-size: 14px;
	background: url("img/field-bg.png") repeat-x scroll 0 0 #ffffff;
	resize: vertical;
	min-height: 107px;
	margin: 0;
}


#web-form .web-form .captcha input {
	margin-left: 10px;
    width: 110px;
}

#web-form .web-form .captcha input, #web-form .web-form .captcha img  {
	float: left;
}

#web-form .web-form .btn-block {
	padding-top: 12px;
}

#web-form .web-form .btn-block .sb-button span.btn-t {
	padding-left: 19px;
	padding-right: 19px;
	text-transform: uppercase;
}

#web-form .web-form .submit-block input {
	background: url("img/send-btn1.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: 'PT Sans';
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    text-transform: uppercase;
    width: 88px;
	padding: 0;
	margin-top: -4px;
	cursor: pointer;
	cursor: hand;
}

.form-success-msg {
	font-size: 14px;
	color: #007293;
	padding: 20px 0;
}

#web-form .form-required {
	color: #333333;
}

#web-form input.blur[type="text"], #web-form textarea.blur  {
    color: #CCCCCC;
	font-weight: bold;
}

/*******************************/

.close-popup {
    background: url("../img/close_.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
}


.fancybox-wrap-form2 {
	visibility: hidden;
	position: absolute;
	left: 300px;
	width: 680px;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.overlay-form2{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	opacity: 0.7;
}

.show-form{
	display: table;
	overflow: hidden;
	margin: 20px auto;
}