@charset "utf-8";
/* CSS Document */

#formContainer {
    background: #fff;
    padding: 30px;
	height:402px;
}
	
#contact_form{
	overflow: visible;
	position: relative;
}

#contact_form label{
	color: #7D7C7C;
	display:block;
	float:left;
	width: 97px;
	padding:3px;
}

#contact_form input, #contact_form select{
	height: 18px;
	border: 1px solid #bbb;
	-webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
	padding: 3px;
	width: 100%;
	border-radius:1px;
	color: #555;
}

#contact_form input:focus{
	box-shadow: 0 0 5px #DE264C;
	-webkit-box-shadow: 0 0 5px #DE264C; 
	-moz-box-shadow: 0 0 5px #DE264C;
	border:1px solid #DE264C; 
}

#contact_form select{
	width:173px;
	height:23px;
}

#contact_form br{clear:both;}
#message {width:100%;}
.tip{
	position:absolute !important;
	width: 150px;
}

.toolTip{
	background: #de264c;
	color: #fff;
	left: 0px;
	margin-top: 45px;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 150px;
	z-index: 10;

}

.toolTipArrow{
	border-color: transparent  transparent #de264c transparent ; /* change color here for the triangle border */
	border-style: solid;
	border-width: 10px;
	height:0px;
	width:0px;
	position:absolute;
	top:-20px;
	left:20px;
	display:block;
	content:"\00a0";
}

.toolTipArrow:before{
	border-color: transparent  transparent #de264c transparent ;
	position:absolute;
	top:-11px;
	left:-12px;
	border-style: solid;
	border-width: 12px;
	height:0px;
	width:0px;
	display:block;
	content:"\00a0";
}

.btn-order-final  {
    background: url("http://martinnakov.com/images/grey_wash_wall.png") no-repeat scroll left top transparent;
    border: 1px solid #242424;
    color: #de264c;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 43px;
    margin: 0 auto;
    overflow: hidden;
    width: 240px;
}

.btn {
	background: #de264c;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border:none;
	border-radius:2px;
}

.btn:hover {
	background: #e86883;
	text-decoration: none;
}
@media screen and (max-width: 1110px) {
	#contact_form {
		margin: 0 auto;
		width: 300px;
	}
	#contact_form input, #contact_form select {
		width: 100%;
	}
	#message {width:100%;}
	
}

@media screen and (max-width: 640px) {
	#contact_form {
		width: 100%;
	}	

}




