



/** From size */
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

	/*
	menu
	*/
	
	#menu_bx_logo{
		display:none;
	}
	
	#menu_bx_bar{
		position:relative;
		top:0;
		padding:0;
		margin:0;
		height:106px;
	}

	#menu_bx_bar div.top_lnks a:link, #menu_bx_bar div.top_lnks a:visited{
		line-height:200%;
	}
	
	#menu_bx_bar a.leadbrd:link, #menu_bx_bar a.leadbrd:visited{
		margin-top:20px;
		width:300px;
		height:37px;
	}
	
	#menu_bx_bar a.leadbrd img{
		width:300px;
		height:37px;
	}

	/*
	form_col
	*/
	
	#form_col input[type="text"]{
		width:280px;
	}
	
	#form_col input[type="password"]{
		width:280px;
	}
	
	#form_col select{
		width:280px;
	}
	
	#form_col textarea{
		width:280px;
	}

	/*
	login links
	*/
	
	a.out_log_ln:link, a.out_log_ln:visited{
		display:block;
	}

	/* 
	foot
	*/

	#bg_footer{
		width:auto;
		padding-left:5px;
		padding-right:5px;
		margin-left:0;
		margin-right:0;
	}

	#bg_footer a.goto_std,#bg_footer a.goto_std:visited {
		font-size: 14px;
		display: block;
		font-weight: bold;
		padding:20px 0 30px 0;
		color: #182c85;
	}
}