#content_top_background {
	background-image: url('../../images/support/faq/menu/faqBackground.png');
	background-repeat: repeat-x;
}
#content_top{
	height: 150px;
	overflow: hidden;
    width: 965px;
    margin: auto;
}
#content_top_title h1{
	float: left;
	width: 650px;
	font-size: 4em;
	font-weight: normal;
	color: #c4c4c4;
	padding-top: 40px;
	padding-left: 20px;
}
#content {
    width: 850px;
    margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
#content h2 {
	margin-bottom: 15px;
	margin-top: 40px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #c6c6c6;
	font-size: 1.6em;
}
#content p {
	line-height: 1.4em;
	
}
#content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#submit {
	color: #FFFFFF;
	font-size: 1.3em;
	margin-top: 10px;
	border: none;
	width: 170px;
	height: 38px;
	background-image: url('../../images/support/contact/submit.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.label {
    margin-top: 15px;
    margin-bottom: 5px;
}
.form {
    margin: auto;
    width: 350px;
}
input{
    width: 200px;
}
textarea {
    width: 350px;
    height: 200px;
}
li {
    padding-top: 10px;
}
