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

body {
    font-family:helvetica,tahoma,verdana,sans-serif;
    padding:0;
    font-size:12px;
    margin:0;
}
h2 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}
.demo-info{
	background:#FFFEE6;
	color:#8F5700;
	padding:12px;
}
.demo-tip{
	width:16px;
	height:16px;
	margin-right:8px;
	float:left;
}
.inquiry_btn
{
	/*color:#FFF; background-color:green; padding:7px 25px; text-decoration:none; box-shadow:35px #3333FF; text-shadow: 0px 3px 4px #000; border-radius:20px; font-size:14px;*/
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#4AA02C; /*the colour of the button*/
border:1px solid #2EB69F; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/

border-radius:5px;
/*give the button a drop shadow*/
//-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
//-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
//box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
margin:10px 0;
text-decoration:none;
}
.inquiry_btn:hover
{
	color:#FAFAFA;
	background:#04B404;
	border:1px solid #51D9C2; /*required or the default border for the browser will appear*/
}
.propertyhead{
color:#0E2D5F; font-weight:bold; font-size:13px;
}