/*
------------------------------------------------------
GLOBALS
------------------------------------------------------
*/
body {
	color: #666;
	background: #232323;
	margin: 0 10px;
	text-align: center;
}
p { margin: 0 0 10px 0;}
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.none { float: none; }
.center { text-align: center; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.small { font-size: 10px; }
.hide { display: none; }
ul { margin: 10px; list-style: disc; }
ol { margin: 10px; list-style: decimal; }
ul li, ol li { margin-left: 20px; }
ul.no-bullets { list-style: none; }
.clear { clear: both; display: block; height: 1px; font-size: 1px; line-height: 1px; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.img-replace { overflow: hidden; text-indent: -9999px; }
/*
------------------------------------------------------
FORM STYLES
------------------------------------------------------
*/
input, select, textarea, label {
   font-size: 1.1em;
   color: #666;
}
.inputbox, textarea {
	padding: 4px 2px;
	/*border: 1px solid #f3f3f3;*/
	border: 1px solid #dcdcd6;
  background-color: #fcfcfc !important;
}
.button {
	background-color: #fafafa;
	border: 1px solid #ddd;
	font-weight: bold;
	text-transform: uppercase;
}
.row {
	clear: both;
	min-height: 25px;
	height: auto; !important
	height:25px;
	margin-bottom: 4px;
}
label, .label {
	float: left;
	font-weight: normal;
	margin-bottom: 5px;
	width: 120px;
	min-height: 25px;
	height: auto; !important
	height:25px;
	line-height: 25px;
	padding: 0 10px;
	width/**/:/**/ 100px;
}
label.no-style {
	float: none;
	margin-bottom: 0;
	line-height: 140%;
	width: auto;
}
label.field-required {
	background: url(../_img/form-required.gif) no-repeat 10px 50%;
}
label .notes {
	display: block;
	font-size: 10px;
	color: #999;
}
.field {
  font-size: 1.1em;
	float: left;
	font-weight: normal;
}
.butt-submit {
	display: block;
	width: 62px;
	height: 28px;
	background: url(../_img/butt-submit.gif) no-repeat;
}
.butt-submit:hover {
	background-position: 0 -28px;
}
.butt-search {
	display: block;
	width: 62px;
	height: 28px;
	background: url(../_img/butt-search.gif) no-repeat;
}
.butt-search:hover {
	background-position: 0 -28px;
}
.butt-join {
	display: block;
	width: 62px;
	height: 28px;
	background: url(../_img/butt-join.gif) no-repeat;
}
.butt-join:hover {
	background-position: 0 -28px;
}
label.error {
	float: none;
	display: block;
	color: #f00;
	width: auto;
	padding: 0;
}
/*
------------------------------------------------------
FONT STYLES
------------------------------------------------------
*/
em {
	font-style: italic;
}
sup {
	font-size: .8em;
}
strong {
	font-weight: bold;
}
address {
	font-style: normal;
	margin-bottom: 1em;
}
/*
------------------------------------------------------
LIST STYLES
------------------------------------------------------
*/
/*
------------------------------------------------------
LINK STYLES
------------------------------------------------------
*/
a:link {
	color: #fd481c;
	text-decoration: none;
}
a:visited {
	color: #fd481c;
	text-decoration: none;
}
a:hover {
	color: #fd481c;
	text-decoration: underline;
}
/*
------------------------------------------------------
BUTTON STYLES
------------------------------------------------------
*/
.butt, span.butt-span a {
	display: block;
	text-indent: -10000px;
	height: 28px;
	outline: 0;
}
.butt:hover, span.butt-span a:hover {
	background-position: 0 -28px;
}
.butt-old, span.butt-old a {
	padding: 0px !important;
	width: 58px;
	background: url(../_img/butt-old.gif) no-repeat;
}
.butt-new, span.butt-new a {
	padding: 0px !important;
	width: 58px;
	background: url(../_img/butt-new.gif) no-repeat;
}
/*
------------------------------------------------------
HEADERS STYLES
------------------------------------------------------
*/
h1 {
	font-size: 2.4em;
	text-transform: uppercase;
	color: #fff;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
