#bugform {
	position:fixed;
	bottom:42px;
	right:25px;
	width:220px;
	display:none;
	background:#EFEFEF;
	border:1px solid #CCC;
	z-index:10;
	min-height:69px;
}
* html #bugform {
	height:69px;
}
#bugform h4 {
	margin:0;
	padding:20px;
	font:14px tahoma;
	display:none;
}
#sendBug {
	position:relative;
	padding:10px;
}
#sendBug div {
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
#sendBug input {
	padding:0;
	margin:0;
	width:15px;
	height:15px;
	float:left;
}
#sendBug label {
	float:left;
	padding:0 0 0 5px;
}
#sendBug textarea {
	width:196px;
}
#bugform a.close {
	font-weight:bold;
	padding:0 4px 2px;
	color:#000;
	text-decoration:none;
	position:absolute;
	right:0;
	top:0;
}
#bugform a.close:hover {
	background:#000;
	color:#fff;
}
#sendBug #submitButton {
	text-align:center;
	width:200px;
	height:auto;
	padding:5px 0;
	outline:none;
	letter-spacing:0px;
	font-size:14px;
}
input.hover {background:#666;color:#fff;}
#bugform p {
	margin:0 0 5px;
	padding:5px 10px;
	background: #FFFF87;
	display:none;
	font:12px tahoma;
}

a.sendMsg { 
    color: #ff4b04;
    text-decoration: none;
    border-bottom: 1px solid #ff4b04;
}

a.sendMsg:hover{
    background-color: #ff4b04 !important;
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
}

#sendBug div label {
	font:12px tahoma;
}
