@CHARSET "UTF-8";

body{
	background:#eee;
	padding: 0;
	margin: 0;
}

a{
	text-decoration:none;
}

a:hover{
	font-weight:bold;
}

#top_block{
	background:#000;
	padding: 10px;
	color: #fff;
 	margin-bottom: 40px;
}

#login_box{
	width:300px; 
	height:auto;
	margin: 15% auto; 
	border:1px solid #ccc; 
	padding:40px 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#fff;
}

input[type=text], input[type=password]{	
	width: 274px;	
	padding: 12px;
	margin-bottom:15px;
}

select{
	width: 300px;	
}

input[type=submit]{
	font-family: 'BasicCommercialW01-Blk';
	font-size: 14px;
	line-height: 45px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url(../images/layout/button_nav_bkg.png);
	background-position: right -138px;
	padding: 0 1em;
	margin-bottom: 2px;
}

input[type=submit].gray{
	background: #e5e5e5;
	color: #000;
}

input[type=submit].logout{
	background: #e5e5e5;
	color: #000;
	font-size:12px;
	border:none;
	padding:0;
	background:none;
	color: #eee;
	width:auto;
	cursor:pointer;
	display: inline;
	line-height: normal;
	border-radius:0;
	margin-top:5px;
}



#login_box input[type=submit]{
	width: 300px;	
	font-size: 16px;
}


label{
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-bottom:6px;
	font-family: 'BasicCommercialW01-Blk';
	text-transform: uppercase;
}

div.floating_block{
	width: 49%;
	float: left;
}

div.block{
	background:#fff;
	padding: 20px;
	margin-bottom:20px;
	border-bottom:5px solid #000;
}

a.button{
	margin:0 0 6px 0;
}

@media screen and (max-width: 600px) {
	.container_padding{width: 96%; padding:2%;}
	a.button{
		width: 100%;
		text-align:center;
		padding: 0px;
	}
	h1{font-size:35px;}
}