
body, input
{
	background:	#343552;
	color:		#606060;
	font-family:	'Questrial', sans-serif;
	font-size:	20px;
}

input
{
    background:	#f8f8f8;
	padding:	10px;
	outline:	none;
	border:		1px solid #c0c0c0;
	border-radius:	5px;
	margin:		5px;
}

input[ type = text ], input[ type = password ]
{
	width:		650px;
	font-size:	22px;
	text-align:	center;
}

input[ type = submit ], input[ type = reset ], input[ type = button ]
{
	width:		673px;
	cursor:		pointer;
	background:	#c0c0c0;
	background:	-webkit-gradient( linear, left top, left bottom, from( #f8f8f8 ), to( #c0c0c0 ) );
	background:	-moz-linear-gradient( top,  #f8f8f8,  #c0c0c0 );
}

input[ type = submit ]:active, input[ type = reset ]:active, input[ type = button ]:active
{
	background:	#c0c0c0;
	background:	-webkit-gradient( linear, left top, left bottom, from( #c0c0c0 ), to( #f8f8f8 ) );
	background:	-moz-linear-gradient( top,  #c0c0c0,  #f8f8f8 );
}

textarea
{
	width:		1548px;
	background:	#343552;
	color:		#606060;
	font-size:	20px;
	padding:	10px;
	outline:	none;
	border:		1px solid #c0c0c0;
	border-radius:	5px;
	margin:		5px;
}

a
{
	color:			#606060;
	text-decoration:	none;
}

a:hover, a:active, a:focus
{
	font-size:	22px;
}

.Radius
{
	-webkit-border-radius:	10px;
	-khtml-border-radius:	10px;
	-moz-border-radius:	10px;
	border-radius:		10px;
}

.Shadow
{

}

.GlowGood
{
	-webkit-box-shadow:	0px 0px 3px #d2ff4c;
    	-moz-box-shadow:	0px 0px 3px #d2ff4c;
	box-shadow:		0px 0px 3px #d2ff4c;
}

.GlowBad
{
	-webkit-box-shadow:	0px 0px 3px #ff4c23;
    	-moz-box-shadow:	0px 0px 3px #ff4c23;
	box-shadow:		0px 0px 3px #ff4c23;
}

.Title
{
    height: 25px;
    background: #2a2a2a;
    color: #ffffff;
    text-align: center;
    padding-top:    5px;
    border:		1px solid #c0c0c0;
    border-radius:	5px;
    -webkit-text-shadow:	1px 1px 2px rgba( 0, 0, 0, 0.35 );
    -moz-text-shadow:	1px 1px 2px rgba( 0, 0, 0, 0.35 );
    text-shadow:		1px 1px 2px rgba( 0, 0, 0, 0.35 );
}

hr
{
    width:  96%;
    height: 1px;
    align:  center;
    color: #343552;
}