/* ---Johnson Proerty Group - Hampton Ridge CSS--- */
/* ---universal elements--- */
body {
	background-position: top;
	font-family:arial;
	font-size:10px;
	text-align: left;
	}

input,select,textarea
{
	font-size:10px;
	color:#666666;
	background-color:#ffffff;
}
a {
	color: #4f4f4f;
	text-decoration: none;
}
a:hover{
	color: #4f4f4f;
	text-decoration:underline;
}

br{
	line-height: 2em;
	}

/* ---containers--- */

.page {
	width: 760px;
	height: 818px;
	border: solid #785200 1px;
	background-color:#785200;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ---specific elements--- */

#btn1{
    width: 176px;
    height: 27px;

}
a#btn1 {
    background-image:url(../images/b1-1.gif);
}
a#btn1:hover {
    background-image:url(../images/b1-0.gif);
}

#btn2{
    width: 118px;
    height: 27px;

}
a#btn2 {
    background-image:url(../images/b2-1.gif);
}
a#btn2:hover {
    background-image:url(../images/b2-0.gif);
}

#btn3{

    width: 105px;
    height: 27px;
}
a#btn3 {
    background-image:url(../images/b3-1.gif);
}
a#btn3:hover {
    background-image:url(../images/b3-0.gif);
}

.element{
	padding: 0px 0px 0px 0px;
	display:block;
	float:left;
}
.textheader{
	font-size:16px;
	font-weight:bold;

}

.form{
	width: 415px;
	height:300px;
}
.formtext{
	font-size:10px;
		color:#785200;
}

.withpadding{
	padding: 2px 10px 0px 0px;
}

.confirm{ 
	font-size:16px;
}
