* {
	padding:0px;
	margin:0px;
}

body
{
	/*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/

}

/*layout*/
/*
#content
{
	padding:10px;
	min-height:430px;
	height:auto !important;
	height:430px;
	
}

*/

#chatBox
{
	position: fixed;left:10px;bottom:10px;right:10px;
	padding:5px;
	background:#fff;
	
}

#loginbox
{
	text-align:right;
	padding-right:10px;
	/* added experimentaly */
	width:600px; 
	float:right;
	font-family:Arial;
}

#buffer
{
	min-height:150px;
	height:auto !important;
	height:150px;
	
}

#splitleft
{
	float:left;
	width:48%;
	text-align:left;
	
}

#splitright
{
	float:right;
	width:48%;
	text-align:left;
}

.clear
{
	clear:both;
}

/*headers etc*/


h4
{
	font-family:Arial;
	font-size:2.0em;
	color:#cde;
	min-height:30px;
	padding-left:20px;

}

/*room*/
.room
{
	border:1px solid #999;
	padding:10px;	
}

.roomheader
{
	font-size:1.3em;
	
}

.roomdesc
{
	font-size:.85em;
}

/*message*/

.message
{
	
	min-width:500px;
	width:500px;
	padding:5px;
	height:0px;	
	text-align:center;
	color:red;
	
}


/*forms*/

label1
{
	display:block;
	width:100px;
}

input
{
	
}

.errorlist li
{
	color:#f00;
	float:right;
	list-style-type:none;
}

/*Page Form*/
#pageform 
{
	float:right;
	text-align:right;
	width:600px;
}

#registerform
{
	width:500px;
	text-align:center;
}


#generalform fieldset, #registerform fieldset {
	border:gray 1px solid;
	padding:10px;
	display:block;
	width:600px;
}

#generalform label, #registerform label{
	text-align:left;
	display:block;
	width:160px;
	float:left;
	margin-bottom:12px;
	font-size:16px;
	height:22px;
	padding:5px 3px 2px 3px;
}

#generalform input[type=text], #generalform input[type=password], #registerform input[type=text], #registerform input[type=password] {
	float:left;
	text-align:left;
	font-size:16px;
	height:22px;
	vertical-align:middle;
	padding-top:3px;
	padding-left:3px;
	background:#FFFFFF url(images/text-bg.gif) repeat-x scroll left top;
	border:1px solid #CCC;
}

#generalform textarea {
	float:left;
	text-align:left;
	font-size:16px;
	height:140px;
	width:500px;
	vertical-align:middle;
	padding-top:3px;
	padding-left:3px;
	background:#FFFFFF url(images/text-bg.gif) repeat-x scroll left top;
	border:1px solid #CCC;
}

#generalform legend, #registerform legend {
	font-size:16px;
	padding:6px;
	/*border:1px #666 solid; */
	margin:8px;
}
#generalform br, #registerform br{
	clear:both;
	float:none;
}
#generalform p, #registerform p{
	clear:both;
	float:none;
	margin:1px;
}

#generalform ul, #registerform ul{
	float:left;
}

#generalform li, #registerform li{
	float:left;
}

#generalform small, #registerform small{
	color:gray;
}

#register_button, #general_btn, #general_btn2, #save_conf{
	float:left;
	text-align:left;
	font-size:16px;
	height:28px;
	vertical-align:middle;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	border:normal;
	background:transparent url(images/grad_btn.png) repeat-x scroll 0%;
}

#recaptcha_response_field {
}

#id_name
{
	font-size:2em;
	width:500px;
	min-height:30px;
	height:auto !important;
  	height:30px;
}

#copy_url
{
	font-size:1.4em;
	width:350px;
	min-height:20px;
	color:#666;
}

#rss_link {
	padding-right:20px;
	background:url('images/rss.png') no-repeat right top;
}

/*Tables*/

#pages table
{
	border:1px solid #ccc
}

#pages td
{
	border:1px solid #ccc
}

#pages th
{
	text-align:left;
}

#create_page 
{
	width:140px;
	min-height:34px;
	font-size:18px;
	text-align:center;
	background:url('images/grad_btn.png') repeat-x;
}


span#preview_url_remain
{
color:#FF6666;
font-weight:bold;
}

#preview_url 
{
	font-size:24px;
	color:gray;
}

#badge {
	/*
	width:100px;
	height:100px;
	position:absolute;
	top:10px;
	left:25px;
	background:url('images/beta2.png') no-repeat right top;
	z-index:100;
	*/
}

#chat_tips {
	color:gray;
	padding-left:5px;
}
