/* CSS Document */
form
{
	padding:0px;
	margin:0px;
}


body
{
	padding:0px;
	margin:10px;
	background:url('../images/soccer-field-bg.jpg');
	background-repeat: repeat-x;	
	font-family: Arial;
}

a{
text-decoration:none;
color: #0164b4; 
}

p{

}

a:hover{
text-decoration: underline;
}

.container{
	width: 800px;
	height: 300px;	
}
.container1{
	float: left;
	width: 800px;
	height: 300px;
	margin-top: 150px;
	background: #474747;
	opacity:0.4;
	filter:alpha(opacity=40);
	border: solid #fefefe 4px;
	
}
.container2{
	float: left;
	width: 800px;
	height: 100px;
	margin-top: 30px;
	background: #474747;
	opacity:0.4;
	filter:alpha(opacity=40);
	border: solid #fefefe 4px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
}

.login_td{
	width: 130px;
	padding-left: 100px;
	color: #ffffff;
}
.referee{
	float: left;
	width: 264px;
	height: 180px;	
	margin-top: 120px;
}

.referee a, .referee a:link, .referee a:active, .referee a:visited{
	background: #3f72cd;
	padding: 20px;
	border: solid #858a7b 3px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.login_submit{
	background: #3f72cd;
	padding: 5px;
	border: solid #858a7b 3px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.referee a:hover{
	background: #66cc33;
	padding: 20px;
	border: solid #858a7b 3px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

