/* form-side results */
/* color of  subject*/ 
.fbsubject {
	color:#333;
	line-height:1.2em;
	margin-top:15px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
}
.fbothervalues {
	color:#666;
	line-height:1.2em;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
}
.fbmessage {
	color:#333;
	line-height:1.2em;
	margin-bottom:5px;
}
.fbwhowhere {
	color:#333;
	line-height:1.2em;
	margin-bottom:15px;
}

/* feedback form */ 
.fbsectiondiv {
	text-align:left;
	width:820px;
	min-height:515px;
	border:1px solid #666;
	border-top:none;
	background-color:#FFFFFF; /* background of the posted comments section */ 
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	font-size:12px;
}
.fbformdiv {
	position:relative;
	margin-left:10px;
	margin-right:0;
	float:right;
	
}

#fbformdiv h2 {
	color:#330000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15;
	text-transform:uppercase;
	line-height:1.5em;
	text-align:center;
	text-decoration:none;
	padding:10px 5px 15px 5px;
	margin:0px;
	border-bottom:1px dotted #660000;
	margin-bottom:15px;
}
/* body of form color*/ 
#fbformdiv {
	-moz-border-radius:15px;
	border-radius:15px;
	width:350px;
	border:1px solid #333;
	background-color:#ccc;
	padding:15px;
	padding-top:10px;
	padding-bottom:0;
	margin-left:auto;
	margin-right:auto;

}

/* text on the form*/ 
#fbformdiv table {
	min-width:200px;
	color:#666;
	font-family:tahoma, helvetica, sans-serif;
	font-size:.9em;
	text-transform:uppercase;
}
#fbformdiv td.fblastcell {
	text-align:center;
	padding-top:10px;
}
#fbformdiv input,textarea,select {
	color:#666;
	font-family:tahoma, helvetica, sans-serif;
	font-size:1em;
	width:100%;
	padding:-1px;
	background-color:#fff;/* bg for form text boxes */ 
	border:1px solid #ccc;
}
#fbformdiv img {
	border:1px solid #ccc;
	width:100%;
	height:24px;
}
#fbformdiv .submit {
	cursor:pointer;
	cursor:hand;
	border:outset 1px #ccc;
	color:#666;
	font-weight:bold;
	background-color:#fafafa;
	width:30%;
	padding:2px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#fbformdiv .submit:hover {
	border:outset 1px #000;
	color:goldenrod;
	background-color:#666666;
}
.fbnote {
	text-transform:none;
	font-style:italic;
}
#fbformdiv .fbnote {
	color:#666;
}
#fbformdiv .fbhilite {
	color:#040404;
}
#fbformdiv .fbhilite img {
	border:1px solid #ccc;
}
#fbformdiv .fbtrouble {
	color:#333;
}
#fbformdiv .fbtrouble img {
	border:1px solid #cc6666;
}
#fbformdiv .fbtrouble input,.fbtrouble textarea,.fbtrouble select {
	background-color:#333;
}


#fbformdiv .fbhilite input,.fbhilite textarea,.fbhilite select {
	background-color:#fff;/* bg for form text boxes once they are clicked */ 
}
.fbcaptchaequals {
	font-size:1.5em;
}
#fbrerqmsg {
	font-family:tahoma, helvetica, sans-serif;
	font-size:1em;
	color:#cc6666;fbMan_Or_Machine-0
	text-align:center;
	font-weight:bold;
}
#fbrerqmsg div {
	margin-top:-12px;
	margin-bottom:-2px;
	padding:0;
}
#fbMan_Or_Machine-0 {
	padding-top:5px;
}
#fbMan_Or_Machine-2 {
	margin-top:0;
	padding-top:0;
	vertical-align:top;
}
#fbMan_Or_Machine-2 input {
	margin-top:0;
	padding-top:0;
	font-size:1.5em;
	width:30%;
	height:24px;
	vertical-align:middle;
}

/* feedback.php results page */

div.feedbacktableouter {
	width:795px;
	background:transparent url(/images/quotationmark1.gif) no-repeat;
	background-position: 0% 0%; 
	margin-bottom:10px;
}
div.feedbacktableinner {
	width:100%;
	background:transparent url(/images/quotationmark2.gif) no-repeat;
	background-position: 100% 99%; 
	padding:15px;
}
table.feedbacktable {
	width:100%;
	font-family:georgia;
	font-size:10px;
	color:#333;
	border:1px dotted #ccc;
	padding:10px;
}
td.feedbacksubject {
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	font-size:125%;
	padding-bottom:10px;
	color:#333;
}
td.feedbackheading {
	font-weight:bold;
	width:33%;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
td.feedbackcontent {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-left:5px;
	color:#333;
}
td.feedbackmessage {
	text-align:justify;
	line-height:125%;
	padding-top:10px;
	color:#333;
}
td.feedbackmessage p {
	margin:0;
	margin-top:5px;
	font-family:georgia;
	font-size:100%;
	color:#333;
}
.feedbackfirstletter {
	margin-left:-2px;
	float:left;
	font-size:150%;
}
.feedbackapproved table {
	background:transparent url(/images/tiny-star-full.png) no-repeat;
	background-position: 99% 2%; 
}
