#buy-window
{
    z-index:9;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
}

#buy-window > div.content
{
    position:relative;
    background-color:#fff;
    padding:20px;
    max-width:460px;
    margin:auto;
    margin-top:100px;
    box-shadow:0 0 20px rgba(0,0,0,0.5);
    border:1px solid #707070;
}

#buy-window > div.content > div.top
{
    z-index:1;
    position:absolute;
    top:-1px;
    left:-1px;
    width:100%;
    height:7px;
    background:#408bce url(images/top.jpg) repeat-x;
    border:1px solid #2b6da7
}

#buy-window > div.content > h3
{
    font-weight:bold;
	font-family:'Conv_ProximaNova-Semibold';
    padding-bottom:15px;
}

#buy-window > div.content > div.product
{
    padding-bottom:10px;
    border-bottom:1px solid #dadada;
}

#buy-window > div.content > div.product > img
{
    display:block;
    width:205px;
    height:auto;
    border-radius:3px;
    overflow:hidden;
    float:left;
    margin-right:20px;
}

#buy-window > div.content > div.product > div.info
{
    float:left;
    width:235px;
}

#buy-window > div.content > div.product > div.info > h4
{
    border-bottom:1px solid #dadada;
	font-family: 'Conv_ProximaNova-Semibold';
    padding-bottom:10px;
    margin-bottom:10px;
}

#buy-window > div.content > div.product > div.info > p
{
    padding-bottom:10px;
    font-size:12px;
    color:#8b8a8a;
    line-height:18px;
}

#buy-window > div.content > p.legend
{
    padding: 10px 0 10px 0;
    border-bottom:1px solid #dadada;
    font-size:12px;
    color:#8b8a8a;
    line-height:18px;
}

#buy-window > div.content > p.legend > strong
{
    color:#4c92d0;
    font-weight:bold;
}

#buy-window > div.content > p.legend > strong > a
{
    color:inherit;
}

#buy-window > div.content > p.phone
{
    border-bottom:1px solid #dadada;
    font-size:12px;
    padding:10px 0 10px 20px;
}

#buy-window > div.content > p.phone > strong
{
    position:relative;
    top:1px;
    display:inline-block;
    background:url(images/phone.jpg) no-repeat;
    padding-left:25px;
    color:#4c92d0;
	font-family: 'Conv_ProximaNova-Semibold';
    font-size:16px;
}

#buy-window > div.content > p.phone > span
{
    display:inline-block;
    text-indent:10px;
}

#buy-window > div.content > div.form
{
    padding-top:20px;
	width: 458px;
}

#buy-window > div.content > div.form > h4
{
	margin-bottom: 12px;
	font-family: 'Conv_ProximaNova-Semibold';
	font-size: 16px;
}

#buy-window > div.content > div.form > ul
{
	position: relative;
	margin-bottom: 10px;
}

#buy-window > div.content > div.form > ul > li
{
	margin-bottom: 14px;
}

#buy-window > div.content > div.form > ul > li:last-child
{
	margin-bottom: 0px;
}

#buy-window > div.content > div.form > ul > li > label
{
	cursor: pointer;
}

#buy-window > div.content > div.form > ul > li > label > strong
{
	display: block;
	padding-left: 2px;
	color: #6a6a6a;
	text-transform: uppercase;
	font-size: 11px;
}

#buy-window > div.content > div.form > ul > li > label > input,
#buy-window > div.content > div.form > ul > li > label > textarea
{
	display: block;
	padding: 4px;
	background-color: #f1f1f1;
	border-radius: 2px;
	border-top: 1px solid #9fa09f;
	border-left: 1px solid #9fa09f;
	border-bottom: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	outline: none;
	color: #404041;
}

#buy-window > div.content > div.form > ul > li > label > input:focus,
#buy-window > div.content > div.form > ul > li > label > textarea:focus
{
	background-color: #e8f1f8;
}

#buy-window > div.content > div.form > ul > li > label > input
{
	width: 203px;
}

#buy-window > div.content > div.form > ul > li.phone
{
	margin-bottom: 0px;
}

#buy-window > div.content > div.form > ul > li.query
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#buy-window > div.content > div.form > ul > li.query > label > strong
{
	margin-bottom: 2px;
}

#buy-window > div.content > div.form > ul > li.query > label > textarea
{
	width: 225px;
	height: 113px;
	resize: none;
}

#buy-window > div.content > div.form > input[type=submit]
{
    border:none;
	float: right;
	right: 0px;
	display: block;
	width: 59px;
	height: 23px;
	background-image: url(images/send-button.png);
	text-indent: -9999px;
}

#buy-window > div.content > div.form > input[type=submit]:hover
{
	background-position: 0px -23px;
}
