html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* remember to define focus styles! */

strong, b{
	font-weight: bold;
}
em, i{
	font-style: italic;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h2, h3, h4{
font-family: Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
font-weight: normal;
}



#content #adb{
	width: 670px;
	margin: 0 auto;
}
#content #adb label{
border-bottom: 1px solid #C7C7C7;
text-align: left;
padding: 0 0 5px 0;
color: white;
}

#content #adb .radLi label{
	border: 0;

}
#content ul input.rad {
margin: 10px -4px -23px 15px;
padding: 0;
float: none;
width: auto;
left: 0;
border: 0;
background-color: transparent;
}

#content #adb li{
	border: 0;
}
#content #adb input, #content #adb textarea{
	border-right: 2px solid #B8B8B8;
	border-bottom: solid 2px #B8B8B8;
	border-top: solid 2px gray;
	border-left: solid 2px gray;
	background-color: #EAEAEA;
}

#content #adb textarea{
	width: 625px;
	height: 200px;
}

#content #adb .cancle{
	display: none;
}
#content #adb .btn{
padding: 4px 10px;
	left: 550px;
	background-color: #585858;
	color: White;
	border-right: 2px solid #2A2A2A;
	border-bottom: 2px solid #2A2A2A;
	border-top: 2px solid #7B7B7B;
	border-left: 2px solid#7B7B7B;
	cursor: pointer;
}

#page #gmap_div *, #content #gmap_div *{
background-color: transparent;
}
#page table{
		border-collapse: collapse;
}
#page td{
	border-bottom: solid 1px white;
	border-top: solid 1px #b6bc83;
	border-right: 1px solid #b6bc83;
  border-left: 1px solid #b6bc83;
	padding: 4px;
	border-collapse: collapse;
}

#djDebug{
	position: static;
}

.imgleft{
	float: left;
    clear:left;
	margin: 10px 10px 10px -60px;
}

.imgright{
	float: right;
    clear:right;
	margin: 10px 0px 10px 10px;
}

.clearboth{
	clear: both!important;
}

