/*** start button code ***/
button.squarebutton {
background: transparent url('../img/square-gray-left.gif') no-repeat top left;
display: block;
margin-right: 5px;
float: left;
font: normal 12px Arial; 
font-weight: bold;
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 26px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

button:link.squarebutton, button:visited.squarebutton, button:active.squarebutton{
color: #494949; 
}

button.squarebutton {
background: transparent url('../img/square-gray-right.gif') no-repeat top right;
display: block;
margin-right: 5px;
padding-top: 4px;
padding-right: 9px;
padding-bottom: 4px;
padding-left: 4px; /*Set 9px below to match value of 'padding-left' value above*/
}

button.squarebutton:hover{ /* Hover state CSS */
cursor: pointer;
margin-right: 5px;
background-position: bottom left;
}

button.squarebutton:hover { /* Hover state CSS */
cursor: pointer;
margin-right: 5px;
background-position: bottom right;
color: black;

}

button.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/*** end button code ***/

ul { 
list-style: none inside none;
}

.feedback-hint .feedback-complete-hint .feedback-wellwritten-hint .feedback-trustworthy-hint {
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
}

.feedback {
	display: inline-block;
	margin-top: 2em;
	position: relative;
}

.feedback-panel {
	float: left;
	height: 100%;
	background-color: #CCEDFF;
	border: 2px solid #CCFFCC;
	padding-bottom: 3px;
	padding-top: 3px;
}

.feedback-panel .feedback-buffer {
   font-family: verdana;
    font-size: 13px;
    font-weight: bold;
	line-height: 17px;
    padding: 0.75px 7px;
}

.feedback-ratings {
    float: left;
    font-size: 10px;
	height: 65px;
    margin-bottom: 50px;
    padding: 10px;
    width: 104px;
}

.feedback-title {
	font-size: 1.4em;
}

.feedback-label {
	cursor: pointer;
	font-size: 12px;
    font-weight: bold;
	font-family: verdana;
	padding-left: 11px;
}

.feedback-options {
	float: left;
	font-size: 14px;
	line-height: 0;
	margin-bottom: 0.5em;
	margin-top: -2.25em;
}

.feedback-options-selection {
	line-height: 0;
}

.feeback-helpimprove-hidden {
	line-height: 0;
}

.feedback-submit {
	float: right;
}

.feedback-ui-button {
	cursor: pointer;
	display: inline-block;
	margin-right: 328px;
	overflow: visible;
	padding: 3px;
	padding-top: 5px;
	margin-top: 13px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
}

.feedback-success {
    float: right;
	height: 15px;
}

.feedback-success span {
    background-position: left center;
    background-repeat: no-repeat;
    color: green;
    display: none;
    font-size: 0.8em;
    line-height: 3.6em;
    padding: 12px 12px 12px 28px;
}