form .top {
	background:url(../images/contact_h2_bg.png) no-repeat 0 0 #FFFFFF; color:#0B0B0B;
	padding:0 0 10px 55px; float:left; width:228px; height:37px;
}

form .controls {
	
}

form .bottom {
	
}

form input {
	width: 185px;
}

form textarea {
	width: 185px;
	height: 95px;
}

form div.status {
	height: 23px;
}

form#feedback{
 	color:#000000;
	width:272px; height: 276px; padding:10px 20px; float:left;}
	
form#feedback h2{
	background:url(../images/form-feedbacks-header-bg.png) no-repeat 0 0 #FFFFFF; color:#0B0B0B;
	padding:0 0 10px 55px; float:left; width:228px; height:37px;
}
#sectionTitle {
	padding-left: 10px;
}

#sectionContents {
	background: url(../images/sectionContents.png) no-repeat;
	padding: 10px;
	width: 702px;
	height: 300px;
}

#leftContents {
	float: left;
	width: 380px;
	margin-right: 10px;
}

#rightContents {
	float: right;
	width:312px;
}

#videos {
	width:  275px;
	height: 72px;
	padding-left: 105px;
	padding-top: 48px;
	background-image: url(../images/videos.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 13px;
}

#videos a {
	height: 20px;
	color: #000000;
	background-image: url(../images/video-link-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

#videos a:hover {
	color: #FE9100;
}

div#userComments {
	width: 722px;
}

div#userComments .top {
	background-image: url(../images/userComments-bg.png);
	width: 722px;
	height: 60px;
}

div#userComments .top h2 {
	float: left;
	width: 350px;
	padding-left: 10px;
}

div#userComments div.pageNav {
	float: right;
	margin-top: 20px;
	padding-right: 10px;
	font-size: 13px;
}

div.pageNav ul {
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
		
div.pageNav li {
	float: left;
	margin: 0 2px;
	width: 16px;
	height: 16px;
}

div.pageNav li#pageInfo {
	width: 90px;
	cursor: default;
}

div.pageNav li.first {
	background-image: url(../images/first.png);
	cursor: pointer;
}

div.pageNav li.previous {
	background-image: url(../images/previous.png);
	cursor: pointer;
}

div.pageNav li.next {
	background-image: url(../images/next.png);
	cursor: pointer;
}

div.pageNav li.last {
	background-image: url(../images/last.png);
	cursor: pointer;
}

div#userComments .body {
	background-image: url(../images/userComments-body-bg.png);
	background-repeat: repeat-y;
	width: 722px;
}

div#userComments .bottom {
	background-image: url(../images/userComments-bottom-bg.png);
	width: 722px;
	height: 20px;
}


div.comment {
}

div.comment div.date {
	float: left;
	width: 80px;
	height: 80px;
	background-image: url(../images/comment.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div.date p {
	color: #000000;
	font-size: 6px;
	font-weight: bold;
	text-align: center;
}

div.date p.month {
	padding-top: 8px;
	line-height: 5px;
}

div.date p.day {
	font-size: 10px;
	line-height: 10px;
}

div.date p.year {
	line-height: 5px;
}

div.comment div.text {
	float: right;
	font-size: 12px;
	padding-right: 16px;
	width: 626px;
}

div.comment div.text h1 {
	font-family: tahoma;
	font-size: 15px;
	padding: 10px 0;
	line-height: 0;
}

div#pageMask {
	position: absolute;
	left: 0;
	top: 0;
	background-color: black;
	display: none;
}

div#modalVideo {
	position: absolute;
	top: 130px;
	z-index: 999;
	background-image: url(../images/modalVideo-bg.png);
	width: 575px;
	height: 475px;
	display: none;
}

div#modalVideo a#player {
	margin: 12px auto 0 auto;
	padding-right: 5px;
	display:block;
	width: 520px;
	height: 330px;
	border: none;
}

div#modalVideo div.title {
	float: left;
	width: 514px;
	height: 27px;
	background-color: transparent;
	color:#FE9100;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 0 25px;
}

div#modalVideo div.close {
	float: left;
	background-image: url(../images/modalVideo-close.png);
	margin-top: 6px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

div#modalVideo div.description {
	padding: 10px 25px 0 25px;
}
