﻿/*html, body 
{
height: 100%; overflow: hidden;
}
*/

/*#feedbackBdy 
{
height: 100%; overflow: auto; position: relative;
}
*/


#feedbackCtrl
{
	z-index:1000;
	position:fixed!important;
	position:absolute;
	cursor:hand;
	cursor:pointer;
	bottom:0px;
	right:0px;
}

#feedbackDialog
{
	
	width: 350px;
	height: 450px;

}


#FeedbackHeader
{
	 background-color:#51d1f5;
	 /*background:#51d1f5 url(../images/bluebggrad.gif) bottom left repeat-x;*/
	 
	 font-weight:bold;
	 color: White;
	 padding: 10px;
	

}
#FeedbackContent
{
	
	 padding:10px;
	
	 background-color:#51d1f5;
	
	 font-weight:bold;
	 color: Black;
	
}


