#HTMLContent ul {
margin-left:20px;
}


h1 {
	position: absolute;
	left: -9999px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #535353;
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 14px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size: 100%;
	padding-bottom: 10px;
	margin: 0px;
}

.textfield {
	width: 142px;
	height: 15px;
	border: none;
	background-color: #D8D8D8;
	color: #676767;
	padding-left: 5px;
	font-size: 100%; 
	margin-top: 1px;
	margin-bottom: 1px;
}

.textfieldupload {
	width: auto;
	height: 15px;
	border: none;
	background-color: #D8D8D8;
	color: #676767;
	padding-left: 5px;
	font-size: 100%; 
	margin-top: 1px;
	margin-bottom: 1px;
}

.smalltextfield {
	width: 66px;
	height: 15px;
	border: none;
	background-color: #D8D8D8;
	color: #676767;
	padding-left: 5px;
	font-size: 100%; 
	margin-top: 1px;
	margin-bottom: 1px;
}

textarea {
	width: 142px;
	border: none;
	background-color: #D8D8D8;
	color: #676767;
	padding-left: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	overflow: auto;
}

.textarealarge {
	width: 274px;
	border: none;
	background-color: #D8D8D8;
	color: #676767;
	padding-left: 5px;
	font-size: 100%; 
	overflow: auto;
	margin-top: 3px;

}



select {
	width: 148px;
	height: 16px;
	border: none;
	background-color: #D8D8D8;
	color: #676767;
	padding: 0px 0px 0px 5px;
	font-size: 100%; 
	margin-top: 2px;
	margin-bottom: 2px;
}

.selecthome {
	width: 148px;
	height: auto;
	border: none;
	background-color: #fff;
	color: #676767;
	padding: 0px 0px 0px 5px;
	font-size: 100%; 
	margin-top: 2px;
	margin-bottom: 2px;
}

.selectsmall {
	width: 68px;
	height: 15px;
	border: none;
	background-color: #D8D8D8;
	color: #676767;
	padding-left: 5px;
	font-size: 100%; 
	margin-top: 2px;
	margin-bottom: 2px;
}

.checkbox {
	width: 15px;
	height: 15px;
	border: none;
}

.chk {
	margin-right: 3px;
	cursor: pointer;
}

.gobutton {
	width: 30px;
	height: 18px;
	padding-left: 5px;
}

.deletebutton {
	width: 57px;
	height: 30px;
}

.buttonlarge {
	width: 157px;
	height: 37px;
}

.button {
	width: 93px;
	height: 37px;
}

form {
	margin: 0px;
	padding: 0px;
}

label {
	width: 130px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.checkboxlabel {	margin: 0px;
	padding: 0px;width:none;float:none;}

.label {
	display: none;
}

.error {
	color: #cc0000;
}



img {
	border: none;
}


.invisible {
	display: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
	margin: 0px;
	padding: 0px;
}

.data {
	width: 330px;
	background-color: #fff;
	color: #6A737B;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.data th {
	height: 25px;
	font-weight: bold;
	background-color: #6A737B;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	color: #fff;
}

.data td {
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}


hr {
	border-top: 1px dotted #ccc;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #ABABAB;
}



