/* Interior CSS */


/*------MAIN CONTENT---------------------------------------------------------------------------------*/
#content_box {
				width:771px;
				height:464px;
				margin:50px 0px 0px 100px;
				background-image:url(../images/content_box_login.png);
				background-repeat:no-repeat;
				float:left;
				}

a {color:#527335;}
a:hover {
		color:#cc9900;
		text-decoration:none;
		}
				
	/*- Image content (logo and image) -*/
	#image_content {
					width:255px;
					height:375px;
					margin:40px 0px 0px 55px;
					/*background-color:pink;*/
					float:left;
					}
		a.team_logo_login {
					display: block;
					margin:0px 0px 0px 60px;
					background: url(../images/g_team_logo_login.png) no-repeat 0 0;
					width: 140px;
					height: 80px;
					cursor: pointer;
					}
		#login_img {margin:0px 0px 0px 25px;}
	
	
	
	
	/*- Login content  -*/
	#login_content {
					width:385px;
					height:360px;
					margin:50px 0px 0px 340px;
					}
					
		.login_header {margin:0px 0px 0px 80px;}
					
		#form_fields {margin:40px 0px 0px 70px;}
			#name_field {width:166px;}
			#location_field {width:166px;}
			
			.text_space {margin-top:5px;}
			.form_space {margin-top:35px;}
			
			
		


/*------FOOTER---------------------------------------------------------------------------------*/

#footer_L {
		margin:0px 0px 0px 280px;
		font-size:11px;
		clear:both;
		}
		
	#footer_L a {
				color:#000000;
				text-decoration:none;
				}
	#footer_L a:hover {
					color:#d6e5c9;
					text-decoration:none;
					}					
	
#footer_L2 {
		margin:0px 0px 0px 260px;
		font-size:11px;
		clear:both;
		}

