#callrequest{
	width: 400px;
	padding: 30px 20px 20px;
	border: 1px solid #8c9547;
	background: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -221px;
	z-index: 30;
	display: none;
}
#callrequest label{
	display: block;
	margin-bottom: 10px;
	clear: both;
	height: 25px;
}
#callrequest input, #callrequest textarea{
	float: right;
	padding: 2px;
	width: 300px;
}
#callrequest textarea {
	height: 80px;
	resize: none;
	outline: none;
}
#callrequest .reqstar{color: red;}

#callrequest input.req, #callrequest textarea.req {border: 1px solid red;}
#callrequest .btn{
	float: right;
	width: 306px;
	font-size: 18px;
	line-height: 20px;
}
#callrequest .answer {
	text-align: center;
}
#callrequest .close {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 15px;
	height: 15px;
	background: url('/local/html/images/missing.png') center center no-repeat;
	cursor: pointer;
}
