a
{
	color: white;
	text-decoration: underline;
}

a:hover
{
	color: white;
}

body
{
	color: white;
}

html
{
	background: #357 no-repeat fixed bottom left;
}

input, select, textarea
{
	border-color: #555;
}

/* div */

div.cpanel
{
	background: url("http://emrusev.com/assets/color/white_10.png");
	padding: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.panel
{
	background: white;
	color: #333;
	padding: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.panel a, form div.footer a
{
	color: #159;
	outline: none;
	text-decoration: none;
}

div.panel a:hover, form div.el div.footer a:hover
{
	color: #d33;
}

div.panel a.tag
{
	background: #ddd;
	font-size: 10px;
	padding: 2px 3px;
}

div.panel div.hr
{
	border-bottom: 1px dashed #bbb;
}

div.panel h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

div.panel pre
{
	border-left: 1px solid #999;
	font-size: 14px;
	padding: 0 10px;
}

div.panel table
{
	width: 100%;
}

div.panel table tr.header
{
	background: #eee;
	border-bottom: 1px solid #ddd;
}

div.panel table tr td
{
	border-width: 0 1px 1px 0;
	border-color: #bbb;
	border-style: solid;
	padding: 2px 5px;
}

div.title
{
	border-bottom: 1px solid white;
	margin: 10px 0 5px 0;
	padding: 0px 10px;
}

div.top_margin
{
	margin-top: 10px;
}

/* form */

form div.el
{
	float: left;
	margin-bottom: 10px;
}

form div.el div.label
{
	padding: 0px 10px;
}

form div.el div.check
{
	background: #fff;
	color: #333;
	padding: 10px;
	width: 590px;
}

form div.el div.error
{
	background: #f55;
	color: #fff;
	margin: 0 10px;
	padding: 5px 10px;
}

form div.el div.footer
{
	background: #ddd;
	color: #555;
	margin: 0 10px;
	padding: 10px;

	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

form input.button
{
	margin-top: 10px;
}

form input.file, form input.line, form input.password
{
	width: 280px;
}

form input.wide, textarea.wide
{
	width: 590px;
}

form textarea
{
	/* divs around textareas have "line-height: 0;" to remove bottom margin. */
	line-height: 18px;
}

form.simple input.button
{
	margin: 0;
}

/* id selectors */

#wrapper
{
	background: url(images/background.png) repeat-x fixed bottom left;
	
	height: auto !important;
	height: 100%;
	margin: 0 0 -30px;
	min-height: 100%;
}
