body
{
	background: url("../images/bg2.jpg") no-repeat #000;
	background-position: top center;
	color: #999;
	font-family: Tahoma;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 422px;
	margin-top: 140px;
}
h1 { font-size: 74px; font-weight: normal; color: rgba("255,255,255,0.5"); margin: 0; padding: 0;}
p { color: #999; font-weight: normal; margin: 0; padding: 0; }
.box_container
{
	width: 422px;
	height: auto;
	border: 1px solid rgba(0,0,0,0.6);
	border-radius: 5px;
	background: transparent;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.6);
	box-shadow:0px 0px 5px rgba(0,0,0,0.6);
}
.box
{
	border: 1px solid #333333;
	width: 400px;
	height: auto;
	background: rgba(0,0,0,0.3);
	padding: 40px 10px;
	border-radius: 5px;
	text-align: center;
}
a { color: #fff; }
table { margin-left: auto; margin-right: auto; width: 249px;}
input[type="text"] 
{
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.4);
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	width: 150px;
	margin: 5px;
	border-radius: 3px;
}
input[type="button"] 
{
	padding: 3px 15px;
	float: right;
	margin-right: 5px;
	border: 1px solid rgba(255,255,255,0.15);
	background: rgba(255,255,255,0.1);
	cursor: pointer;
	color: rgba(255,255,255,0.4);
	border-radius: 3px;
	font-size: 10px;
}
input[type="button"]:hover
{
	border: 1px solid rgba(255,255,255,0.20);
	background: rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.45);
}
input[type="text"]
{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
input[type="text"]:focus
{
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
p.desc { font-size: 19px; font-weight: bold; }
