.jqiwarning .jqi 
{ 
	background-color: white;
}
	
.jqifade 
{
	position: absolute; 
	background-color: #ccc;
}
	
div.jqi 
{ 
	position: absolute; 
	background-color: #efefef; 
	padding: 26px 0px 0px 0px;
	width: 500px; 
	text-align: left;  
	border: 3px solid darkgrey;
}

div.jqi .jqiclose 
{ 
	float: right; 
	margin: -31px -5px 0 0; 
	cursor: pointer; 
	color: black; 
	font-family: sans-serif; 
	font-weight: bold; 
	font-size: 10px; 
	background-color: white; 
	padding: 1px 3px; 
	border: 1px solid
}

div.jqi .jqicontainer 
{ 
	background-color: white; 
	padding: 10px; 
	font-size: 11px; 
	font-weight: bold;
}

div.jqi .jqimessage 
{ 
	background-color: #efefef;
	padding: 10px; 
	border: 1px solid lightgrey;
}

div.jqi .jqimessage .field
{ 
	padding: 5px 0;
}
	
div.jqi .jqimessage .field label
{
	display: block;
	clear: left;
	float: left;
	width: 100px;
}

div.jqi .jqimessage .field input
{ 
	width: 150px;
	border: solid 1px #777777;
}

div.jqi .jqimessage .field input.error
{ 
	width: 150px;
	border: solid 1px #ff0000;
}

div.jqi .jqibuttons
{ 
	text-align: left;
	padding: 15px 0 10px 0;
}

div.jqi button 
{ 
	padding: 1px 5px 1px 5px;
	margin-right: 10px; 
	font-size: 11px;
}
	
div.jqi .title 
{ 
	font-size: 14px;  
	color: grey; 
	margin-bottom: 10px;
}

div.jqi .error 
{ 
	margin: 10px 0; 
	color: darkred; 
	font-weight: normal; 
	display: none;
}

div.jqi .descr 
{ 
	float: left;
	width: 240px;
}

div.jqi .stars
{ 
	float: left; 
	width: 70px;
}

div.jqi .res 
{ 
	float: left; 
	margin-right: 20px; 
	color: #555; 
	font-size: 10px; 
	font-weight: normal;
}
#supportmessages hr
{
	background: transparent;
	border: 0 none;
	border-bottom: 1px solid #3d3d3d;
	margin:.35em 0;
}

#supportmessages .asciiart
{
	display: block;
	width: 410px;
	overflow:hidden;
	white-space:pre;
}
#supportmessages td
{
	padding: 4px 9px 9px 4px;
}
#supportmessages th {
	height:auto;
	line-height:20px;
	padding-left:4px;
}
