@charset "utf-8";
/* CSS Document */


/* Form */

input::-webkit-input-placeholder {
		color:#6F6F6F;
    opacity: 1;
}
input::-moz-placeholder { 
	color:#6F6F6F;
    opacity: 1;
}
input#SellerName:-moz-placeholder { 
	color:#6F6F6F;
    opacity: 1;
}
input::-ms-input-placeholder { 
	color:#6F6F6F;
    opacity: 1;
}	/* IE10+ */
input[type=text]
{
border: 1px solid #2F7BFB;
border-radius:15px;
background: #EBEBEB;
padding: 10px;
color: #6F6F6F;
width: 193px;
margin-bottom: 17px;
outline:none;
}

textarea
{
border: 1px solid #2F7BFB;
border-radius: 15px;
background: #EBEBEB;
padding: 10px;
color:#6F6F6F;
width:95%;
margin-bottom: 17px;
outline:none;
overflow:auto;
height:70px;

}
input[type=submit]
{
border: 2px solid rgb(47, 123, 251);
border-radius: 7px;
background:rgb(47, 123, 251);
padding: 10px;
font-family:Microsoft Sans Serif;
font-size: 16px;
font-weight:700;
color:rgb(255, 255, 255);
width: 151px;
margin-bottom: 17px;
float: right;
outline:none;
text-transform:uppercase;
cursor:pointer;
left: -138px;
position: relative;
}
input[type=submit]:hover
{
border: 2px solid #0C0;
border-radius: 7px;
background:#0C0;
padding: 10px;
font-family:Microsoft Sans Serif;
font-size: 16px;
font-weight:700;
color:rgb(255, 255, 255);
width: 151px;
margin-bottom: 17px;
float: right;
outline:none;
text-transform:uppercase;
cursor:pointer;
}

.timeshareinput
{
font-family:Arial;
font-size:13.3333px;
font-weight:400;
font-style:normal;
}

.left_margin { margin-left:28px; }
.advertise_heading
{
color: #4870F1;
text-decoration: none;
font-size: 27px;
font-weight: 400;
text-shadow: 1px 0px 1px #A8A7A7;
border: 0px none;
}
.right_col {border-left:1px solid #D3D3D3; padding-left: 1px;margin-left: 10px;height: 297px;
margin-top:13px;}
.right_col1 {border-left:1px solid #D3D3D3; padding-left: 1px;margin-left: 10px;height: 247px;
margin-top: 19px;}
.top_space {margin-top:1px;}
#cap{ border:1px solid #fff;cursor:auto;}
#cap:hover { border:1px solid #fff;}
#captcha-form {width:25px; float:left; margin:0px 9px; text-align:center;}

