﻿.feedbackheaderStyle
{
	border-bottom:1px solid black;
    color:black;
	font-weight:bold;
	height:25px;
	letter-spacing:2px;
	font-family:Tahoma;
	font-size:11px;
	color:Red;
	text-align:center;
    line-height: 2 !important;
}

.slide-out-div
{
    direction: rtl;    
    padding-right: 0px;
    z-index: 500;
    width: 450px;
    height: auto !important;
    background: #ccc;
    border: 1px solid black;
    color: Black;
    background-color: #a9a9a9;
}

#tblinput td.tdFeedback {
    padding-top: 5px !important;
    padding-left: 5px !important;
}

.feedBackTextStyle
{
	font-family:Tahoma;
}

.feedbackbodyStyle
{
	margin-right:0%;
	border: 1px solid black;
	color:Black;
	width: 450px !important;
}	

.feedbackbodyStyle:hover
{
	border-color:Red;
}

