/*
Generated on 2006-07-16 23:05:14
Using CSS Macro script by Sean Colombo
Available at codeaholics.com
*/




#feedbackWrapper{
	padding-top: 3px;
	text-align: right;
}
#feedbackButton{
	position: relative;
	z-index: 102;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: right;
}
#feedbackPic{
	position: relative;
	z-index: 101; /* above the border of the content */
	cursor: pointer;
	margin: 0px;
	border: 3px #aabbff solid;
	border-bottom: 0px;
}
#feedbackContent{
	position: absolute;
	z-index: 100;
	visibility: hidden;
	margin-top: -5px; /* -2 for pic plus width of border */
	background-color: #fff;
	color: #000;
	border: 3px #aabbff solid;
	text-align: right;
	padding: 5px 5px 5px 5px;
	width: 275px;
}
#feedbackFormContent, #feedbackFormContent p{
	text-align: right;
}
#feedbackFormContent p{
	width: 100%;
	margin: 0px;
}
#feedbackContent a{
	color: #00f !important;
	text-decoration: underline;
}
#feedbackContent textarea{
	position: relative;
	z-index: 100;
	display: inline;
	font-family: Georgia;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	width: 100%;
	background-color: #fff;
}

#feedbackContent_thankYou{
}
#feedback_thankYou{
	position: relative;
	z-index: 108;
	float:right;
	display:none;
	width: 275px;
	color: #408040;
	font-size: 18px;
	text-align:center;
	margin-top: auto;
	margin-bottom: auto;
}
* html #feedback_thankYou{
	width: 281px;
}
/* Below is for the feedback.php page */
td.feedbackIcon{
	width: 64px;
	vertical-align:top;
}
.feedbackForm input, .feedbackForm select, .feedbackForm textarea{
	font-family: Georgia;
	font-weight: bold;
	font-size: 16px;
}
.feedbackForm textarea{
	width: 90%;
}
table.feedbackTable td{
	vertical-align: top;
}

/* TODO: REMOVE */
/*43Things style input-box
.feedbackForm input{
	font-family: "courier new", courier, monospace;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	margin: 4px;
}*/
