body{margin:0;padding:0;text-align: left;background: white;background-image: none;}

.contentheading, h1 {
	font-size: 28px;
	color: #008bcc;
}

.componentheading {
	font-size: 24px;
	color: #ff8a19;
}

.templatetitles {
	font-size: 24px;
	color: #ff8a19;
	padding-bottom: 5px;
}

body {
	font-size: 12px;
}

.contentpaneopen li {
margin-left: 20px;
}

input#contact_subject, input#contact_email, input#contact_name, textarea#contact_text {
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 8px;
	margin-bottom: 20px;
	width: 360px;

}

input#contact_subject:hover, input#contact_email:hover, input#contact_name:hover, textarea#contact_text:hover {
	border: 1px dashed #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 8px;
	margin-bottom: 20px;
	width: 360px;

}
.formclass {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #0076bd;
	margin-bottom: 10px;
}

ul.arrow {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li { 	
	margin: 5px 0px 5px 0px;
	padding-left: 30px;
	line-height: 18px;
	background: url(arrow_right.png) 0 0 no-repeat;
}

.browsers {
	margin: 0 35px 0 0;
	padding: 0;
	list-style: none;
	float:right;
}
.browsers li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.browsers img {
	padding: 20px 10px;
	width: 32px;
	text-decoration: none;
	font-weight: bold;
}
.browsers li em {
	background: url('hover.png') no-repeat;
	position: absolute;
	text-align: center;
	padding: 10px 5px 10px 5px;
	font-style: normal;
	z-index: 1;
	display: none;
	width: 106px;
	margin-left: -80px;
	margin-top: 60px;
	color: #000;
}