* {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color:#FF9900;
}

body {
	background: #CCC;
	margin: 10px;
}

#wrap {
	width: 455px;
	border: 1px solid;
	border-color: #333 #999 #999 #333;
}

#top {
	border: solid #666;
	border-width: 1px 0px 0px 1px;
	background: #4D6162;
	padding: 2px 10px;
	font-weight: bold;
	color: white;
}

#top img {
	margin: 0px 0px -4px 10px;
}

#live {
	background: white url("live.gif") 24px 6px no-repeat;
	height: 64px;
	border-left: 1px solid #666;
}

#content {
	padding: 27px 24px 10px;
	border-left: 1px solid #666;
	background: white;
}

#livehelp {
	padding: 0px 10px 39px;
	border-bottom: 1px solid #666;
}

#livehelp p {
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: bold;
	padding: 3px 0px;
	color: #333333;
}

#support span {
	display: block;
	color: #E97F35;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 1em;
}

#livehelp label{
	width:120px;
	display:block;
	float:left;
	margin-right:5px;
}

#livehelp div{
	clear:both;
	margin-bottom:8px;
}

#livehelp div input.border{
	border:1px solid #ccc;
	width:140px;
	padding:1px;
}

#livehelp div textarea.border{
	border:1px solid #ccc;
	width:340px;
	height:80px;
	padding:1px;
}

#status{ background-color:#FF6699; border-color:#FF6600; border-width:1px; border-style:solid; padding:10px; margin:0 0 20px; display:none;}
#loading{ display:none; }
