/*// -----------------------------------------------------------------------------
	Reset Styles
// -----------------------------------------------------------------------------*/

html {
	overflow: -moz-scrollbars-vertical !important;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { border:0; 
} 


/*// -----------------------------------------------------------------------------
	HTML Tags 
// -----------------------------------------------------------------------------*/

p {
	margin-top: 5px;
	margin-bottom: 15px;
}

div {

}

strong {
	font-weight: bold;
}

/*// -----------------------------------------------------------------------------
	Class 
// -----------------------------------------------------------------------------*/

p.testimonial {
	width: 90%;
	margin: 5px auto 15px auto;
}
p.testimonial:before {
	padding-right: 2px;
	content: url(../images/lquote.gif);
}
p.testimonial:after {
	padding-left: 2px;
	content: url(../images/rquote.gif);
}



/*// -----------------------------------------------------------------------------
	Survey 
// -----------------------------------------------------------------------------*/

.surveyTitle {
	margin-bottom: 20px;
	font-size: 2.0em;
	font-family: georgia;
}

.surveyDescription {
	margin-bottom: 20px;
	font-size: 1.0em;
	font-family: verdana;
}

.surveyMandatoryNote {
	font-size: 1.0em;
	font-family: verdana;
	color: red;
	padding-left: 100px;
	margin-bottom: 20px;
}

.survey {
	position: relative;
	font-size: 1.0em;
	font-family: verdana;
}

.survey .surveyLabel {
	margin-bottom: 20px;
}

.survey .surveyQuestion {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #BBB;
}

.survey .surveyQuestion .number {
	float: left;
}
.survey .surveyQuestion .question {
	margin-bottom: 10px;
}
.survey .surveyQuestion .mandatory {

}
.survey .surveyQuestion .answer {

}

.survey .submit {

}


/*// -----------------------------------------------------------------------------
	Forms 
// -----------------------------------------------------------------------------*/

fieldset {
	border: 1px solid #DDD;
	padding: 10px;
	-moz-border-radius: 8px;
}


legend {
	padding: 0px 10px;
}

form fieldset label {
	float: left;
	width: 100px;
	padding: 0px; 
	margin: 5px 0px;
	text-align: right; 
}

form fieldset input, form fieldset select, form fieldset textarea {
	float: left;
	margin: 5px 0 0 10px;
}

form fieldset textarea {
	height: 100px;
}

form fieldset input.fileupload {
	width: 200px;
	height: 22px;
}

form fieldset input.button {
	float: none;
	margin: 5px 0 0 0px;
}

form fieldset input.topbutton {
	float: none;
	margin: 0px;
}

form fieldset input#submit {
	width: auto;
}

.formRow {
	clear: both;
}
