/* Website Feedback */
/* Website coded and designed by Sarah Brenner @ Bighouse Graphix - www.bighousegraphix.com - sarah@bighousegraphix.com */

/* Reset global properties
----------------------- */
* {
	margin: 0px;
	padding: 0px;
 }

html, body, p, form, input, label, 
div, span, h1, h2, h3, h4, h5, h6, h7,
br, a, table, tr, td, ul, ol, li, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	list-style-type: none;
 }
 
h1, h2, h3 ,h4 ,h5 ,h6 ,h7 {
	display: inline;
 }
 
/* Basic HTML tags
--------------- */
a {
	color: #000000;
 }

a:hover {
	color: #636363;
 }
 
p {
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
 }
 
 .commentext {
	font-weight: normal;
	font-size: 11px;
	padding: 4px 0px;
	margin: 0px;
	line-height: 14px;
 }
 
/* Start Website in Sequence */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: #FFFFFF;
 }

#container {
	width: 300px;
	margin: auto;
	margin-top: 20px;
 }

#commentbox {
	padding: 5px 0px;
 }


   
 /* End Center */

 
 /* Start Forms */

input, textarea {
	border: 1px solid #666666;
	background-color: #FFFFFF;
 }
 
 .noborder {
	border: none;
 }
 
.textbox {
	width: 190px;
 }
 
form td {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
 }

.submit {
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bolder;
 }
/* End Forms */



#container_nopop {

	border-top: 1px solid #999;
	border-bottom: 2px solid #000;
	border-left: 1px solid #999;
	border-right: 2px solid #000;

}

.header  { 

	background:  #EEE;
	border-bottom: 1px solid #CCC;
	padding: 7px 10px;
	border-top:  1px solid #CCC;

}

.bevel  {
	background:  #FFF;
	border: 1px solid #FFF;
	padding: 7px;
} 

	#feedback_comments  { 

		border-bottom:  1px solid #CCC;
	padding: 7px;

	}

	#feedback_comments_noborder  { 

	padding: 7px 7px 8px 7px;

	}



/* ------------------------------------- Form Elements ------------------------------------- */ 

select, textarea, .inputText  {

	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;

}


/* ------------------------------------- Main ------------------------------------- */


	#main .header  { 

		border-bottom:  1px solid #CCC;

	}


.scaleTable td {

	padding:  0px 3px;

}

.scaleRadio  { 

	height: 20px;

} 

.scaleText  { 

	white-space: nowrap;

} 


.commentBevel {
	border-right: 1px solid #CCC;
}


/* ------------------------------------- Questions ------------------------------------- */

#questions  { 

	border-top:  1px solid #CCC;

}

	#questions .header {

		border-bottom:  0px solid #CCC;

	}

#questionsontop  { 

	border-top: 1px solid #CCC;

}

/* ------------------------------------- Links ------------------------------------- */

#links  { 

	border: 0px solid #FFF;
	border-top: 1px solid #CCC;

} 


/* ------------------------------------- Add Comment ------------------------------------- */

.addcomment_question{	/* Styling question */

	width:185px;
	height:20px;
	/* End layout CSS */
	color: #333333;
}


.addcomment_question:hover{	/* Styling question */

	color: #000000;
}

.addcomment_answer{	/* Parent box of slide down content */

	/* Start layout CSS */
	width:185px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

.addcomment_answer_content{	/* Content that is slided down */

	padding:1px;
	font-size:0.9em;	
	position:relative;
}

.comment_field {
	padding:1px;
	font-size:0.9em;
	float: right;
}

.left {
	float: left;
}
/* ------------------------------------- Float Feedback Button ------------------------------------- */

#floatdiv {
	position:absolute;
	left:0px;
	top:0px;/* This is a floating javascript menu. */
	font-size: 15px;
	text-align: center;
 }
 
 .feedback {
	font-size: 10px;
 }
