/* renospot.com */

body
{
	margin: 20px 0px 0px 0px;
	/*background-image:url(../images/body_bg.gif);*/
	color:#333333;
	font-family:verdana,arial,serif;
	font-size:11px;
	line-height:16px;
	margin:0;
	padding:0;
	text-align:center;
}
#container
{
	background-color: Black;
	margin:0 auto;
	margin-top: 7%;
	padding:0;
	position:relative;
	text-align:left;
	border: 1px #404040 solid;
	width: 800px;
	color: White;
	height: 320px;
}
.center { margin:0 auto; }
.w_100 { width: 100%; }
.w_50 { width: 50%; }
.dtc { display: table-cell; }
.text_center { text-align: center; }
.fl { float: left; }
.fr { float: right; }
.hidden { display: none; }
.clear { clear: both; }

/* buttons */
.btn
{
   border: 1px solid #777777;
   background: #F0F0F0;
   color: #404040;
   font: bold 11px 'Trebuchet MS';
   padding: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
}

.ui-button { color: Black !important; }
label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; color: black;}
fieldset { padding:0; border:0; margin-top:25px; }
h1 { font-size: 1.2em; margin: .6em 0; }
div#users-contain {  width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }