/* GLOBAL RESET */
/* GLOBAL RESET */
/* GLOBAL RESET */

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
td, div, boady, textarea, input, select {
	font: 13px arial, sans-serif;
	color: #333;
}
#container {
	width: 533px;
	margin: auto;
	background-color: #FFF;
}

#subContainer {
	height: expression( this.scrollHeight > 500? "500px" : "auto" );
	max-height: 500px;
	overflow-y: auto;
}

.header {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	margin: 10px 0px;
}

#commentDiv, #ratingsDiv, #customBlock, #linkSection, #emailField, #optQuestions, #footer {
	padding: 0px 15px;
}

#linkSection {
	padding-top: 10px;
	padding-bottom: 10px;
}

#customBlock {
	padding-top: 10px;
}

/* BANNER */
/* BANNER */
/* BANNER */

a#banner {
	display: block;
}

/* COMMENTS */
/* COMMENTS */
/* COMMENTS */

textarea#comments {
	width: 100%;
}

#commentLimit {
	font-size: 10px;
	color: #999;
	text-align: right;
}

#CSLink {
	padding-top: 5px;
}

/* RATINGS */
/* RATINGS */
/* RATINGS */

fieldset {
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
label {
	padding: 0px 5px;
}
.qText {
}
.qAnswer {
	float: right;
	white-space: nowrap;
}

.alert {
	color: #C00;
	font-weight: bold;
}

/* QUESTIONS */
/* QUESTIONS */
/* QUESTIONS */

.qDiv {
}

.qAnswer table {
	width: 10px;
}

.qAnswer table td {
	width: 10%;
	text-align: center;
}

.qAnswer label {
	white-space: nowrap;
}

label.txtlbl {
  display: inline;
  position:absolute;
  top:-9999px;
  left:-9999px;
}

/* FOOTER */
/* FOOTER */
/* FOOTER */

#footer {
	padding-bottom: 10px;
}

#olLogo {
	float: left;
	margin-right: 10px;
}

#submitImage {
	float: right;
}

#footerText, #copyrightNotice {
	font-size: 10px;
}

#footerText a {
	margin-right: 10px;
}