@charset "utf-8";
/* CSS Document */

h3 { padding-top:10px; }
h4 { font-size:14px; padding-top:10px; }

div.warning { text-transform:uppercase; color:#900; font-size:11px; font-weight:bold; }

a.SupportTab
{
	padding: 0px 2px;
	margin: 10px 3px 0px 3px;
	color: #AAA;
	font-size:14px;
}

a.Current, a.SupportTab:hover
{
	border-bottom: 3px solid #09F;
	color: #000;
	text-decoration: none;
}

div#SupportBox {
	border: 1px solid #ccc;
	padding:20px;
	margin-bottom:25px;
}

div#SupportBox h3 { padding:0; margin:0; }

span.ChatOnline { color: #060; }
span.ChatOffline { color: #900; }
span.Subphone { color: #666; font-size: 12px; }

#leftbar { width:450px; }

#rightbar h3 { font-size: 16px; border-bottom:1px solid #ccc; margin-bottom:5px; }
#rightbar ul { margin-bottom:10px; }
#rightbar ul li { list-style: inside square; }

.ButtonSubmit
{
	position:absolute;
	height:30px;
	width: 100px;
	background: #FFF url('../img/support/submit.png') no-repeat;
	margin: 2px 0 0 10px;
	padding:5px 0 0 40px;
	color: #FFF;
}

.ButtonSubmit:hover
{
	color: #FFF;
	background: #FFF url('../img/support/submit_h.png') no-repeat;
}

#searchquery { width: 500px }