*
{
	margin:0;
	padding:0;
	color:white;
	font-family:"Arial";
}

body
{
	background-size: 100% auto;
	background-image:url("img/bg.jpg");
	background-attachment:fixed;
	bgproperties:fixed;
}

.box
{
	background-image:url("img/boxbg.png");
	padding:5px;
}

.box i
{
	margin-right: 10px;
}

.box p
{
	font-weight:bold;
	padding:5px;
	margin:0;
}

.login-box
{
	position: absolute;
    top: 50%;
    left: 50%;
	width:30%;
	margin-left:-15%;
	margin-top:-10%;
}

input,textarea,option,select
{
	color:black;
}

right
{
	float:right;
}

a
{
	text-decoration:none;
}

.error
{
	color:red;
}

.success
{
	color:#aaffaa;
}

.profile,.menu
{
	width:16%;
	margin:10px;
	padding:5px;
}

.profile img
{
	width:95%;
	display:block;
	margin: 0 auto 0 auto;
}

.menu:hover
{
	background:black
}

.yellow
{
	color:yellow;
}

.silver
{
	color:silver;
}

.brown
{
	color:brown;
}

.blue
{
	color:lightblue;
}

.content ,.title
{
	right:0;
	top:0;
	margin:10px;
	margin-right:28px;
	width:75%;
	position:absolute
}

.content
{
	top:2em;
}

.title i
{
	margin-left:20px;
}

.title img
{
	height:1em;
}

.red
{
	color:red;
}
table
{
	width:100%;
}

table td
{
	border:1px solid black;
	text-align:center;
}
table img
{
	height:70px;
}