* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Arial",sans-serif;
}
#header {
    background: none repeat scroll 0 0 #E2E2E2;
    margin-bottom: 10px;
    min-height: 28px;
    padding: 4px 0 4px 10px;
}
#header form {
    display: inline;
}
#header form input {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px 0;
	width: 200px;
	margin-left: 25px;
}
h1 {
    float: left;
    font-size: 1.8em;
    letter-spacing: -0.05em;
    margin-right: 10px;
    word-spacing: -0.1em;
}
h1 a {
    color: #000000;
    text-decoration: none;
}
h1 span {
    color: #0000FF;
}
#language_selection {
	margin: 10px 15px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
}
.flag {
    margin: 1px 0 0 5px;
    vertical-align: bottom;
}
#flashcontent-container {
    padding: 0 0 0 10px;
    position: absolute;
}
.share {
    padding: 10px 0 0;
    position: absolute;
}
#right-panel {
    background: none repeat scroll 0 0 #E2E2E2;
    height: 528px;
    margin: 0 10px 0 360px;
    padding: 10px;
    position: relative;
}
#right-panel .inner-panel {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 477px;
	overflow: auto;
	padding: 10px;
	background-image: url(/logo.png);
	background-repeat: no-repeat;
}
#chat-input-field-container {
    bottom: 15px;
    height: 25px;
    margin: 7px 135px 0 0;
    width: auto;
}
#chat-input-field-container #chat-input-field {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9E9C9C;
    height: 25px;
    padding: 0 0 0 10px;
    width: 100%;
}
input.chat_submit {
    bottom: 6px;
    font-weight: bold;
    margin-right: 10px;
    padding: 3px 0 2px;
    position: absolute;
    right: 0;
    width: 115px;
}
input.chat_submitVerify{
	bottom: 6px;
    font-weight: bold;
    margin-right: 10px;
    padding: 3px 0 2px;
    position: absolute;
    right: 0;
    width: 115px;	
}

#footer {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
    padding: 5px 20px;
    text-align: center;
}
ul#bottom_menu li {
    display: inline;
    font-size: 12px;
    list-style-type: none;
}
.introduction {
	margin-bottom: 10px;
	padding-top: 70px;
}
.chat {
    font-size: 14px;
}
.chat p {
    margin: 10px 0;
}
.system {
	background: url("img/info.html") no-repeat scroll 0 0 transparent;
	color: #14B50E;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	font-weight: bold;
}
.chat span {
    font-weight: bold;
}
.chat .me span {
    color: #0000FF;
}
.chat .stranger span {
    color: #d95e9a;
}
.static_text {
    padding: 0 30px 20px;
}
.static_text p {
    margin: 10px 0;
}
.static_text h3 {
    margin: 15px 0 0;
}
label {
    float: left;
    width: 100px;
}
.field_with_errors {
    display: inline;
}
.error_message {
    color: #FF0000;
    display: inline;
}
form#new_support_request {
    margin: 20px;
}
#support_email, #support_message {
    border: 1px solid #AAAAAA;
    margin: 0;
    padding: 2px;
    width: 500px;
}
textarea#support_message {
    height: 60px;
}

#tbg{-moz-opacity:75%;background:#333;display:none;filter:alpha (opacity=75);height:100%;left:0;opacity:0.75;position:absolute;top:0;width:100%;z-index:9998}
#frm{background:#FFF;display:none;height:90%;left:5%;position:absolute;top:5%;width:90%;z-index:9999}
#frm iframe{border:0 none;height:100%;width:100%}
