@charset "utf-8";

*						{text-decoration:none;margin:0;padding:0}
html					{overflow-y:scroll}
html, body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.25;
	color:#FFF;
	background:#96908b url(../../../MEDIA/template/img/background.png) repeat-x center top;
	height:100%;
	width:100%
}

h1						{color:#FFF}
h2						{color:#3a3a3b;letter-spacing:1px}
h3						{color:#474542;outline:none;letter-spacing:1px}
h4						{color:#474542;font-size:10px}
li						{list-style:inside}
ul						{list-style:disc}
strong {}

a						{color:#FFF;text-decoration:none}
a img, img 				{border:none}
a:hover, a:focus, em	{color:#FFF}
a:active				{outline:none}

pre, code				{font-size:100%;font-family:"Bitstream Vera Mono", "Lucida Console", "Courier New", monospace}
pre						{width:90%;overflow:auto;background:#EEE;color:#555;margin:.75em 0;padding:12px}
pre strong				{font-weight:400;color:#000}
cite, em				{font-style:italic}

fieldset				{border:none}
fieldset legend			{text-transform:uppercase;color:#CCC;padding:0 10px}

h1, h2, h3, h4, h5, h6, blockquote {margin:0}
ul, ol, body, li		{margin:0;padding:0}
p, li p, blockquote p	{margin:10px 0}
blockquote, q			{font-size:10px;font-style:italic}
address					{font-style:normal}

/* forms */
label						{width:100%;text-align:left;clear:left;margin:0;height:auto;display:block}

input						{-webkit-input-placeholder:#CCC}
input[type="password"],
input.filestyle,
input[type="file"],
input[type="text"]
{
	width:100%;
	clear:left;
	margin-bottom:10px;
	font-size:11px;
	color:#333;
	padding:4px 0 3px 0;
	text-indent:30px;
	background:#FFF url(../../MEDIA/template/img/fields.png) no-repeat 0 0;
	border:1px solid #666
}

input.filestyle
{
	text-indent:5px;
	background:#FFF;
}

input[name="login"]			{background-position:0 -80px}
input[name="email"]			{background-position:0 -120px}
input[type="password"]		{background-position:0 -40px}
input[type="submit"]		{background:#474542;color:#FFF;text-transform:uppercase;padding:3px 10px;font-size:10px;border:1px solid #333;cursor:pointer}
input[type="submit"]:hover	{background:#FFF;color:#474542;border-color:#666}
input[type="checkbox"]		{clear:none;float:left;margin:3px 6px 0 0}
textarea					{width:100%;border:1px solid #333;height:148px}
select						{margin-bottom:10px;width:100%;font-size:10px;padding:4px 0 3px 0;border:1px solid #666}