/** Applications **/

#inner_content{

	margin: 10px 30px;
	
	/*border: solid 1px #ff3300;*/

}

#inner_content #application_box{

	width: 670px;
	
	height: 342px;
	
	overflow: hidden;

}

#inner_content #left-side{

	float: left;
	
	margin: 15px 0 0 0;	

}

#inner_content #left-side #menu{

	list-style-type: none;

	/*margin: 0 0 10px 115px;	*/
	
	display:inline;
	width:670px;
	margin:0;
	padding:0 0 10px 0;
}

#inner_content #left-side #menu li{
	width:223px;
	float: left;
	text-align:center

}

#inner_content #left-side #location_box{

	clear:left;

	width: 670px;
	
	margin: 8px 0 0 0px;		
	
}

#inner_content #left-side #location_box #top{

	background: #dbdbdb;
	
	padding: 7px 0;
	
	text-align: center;
	
	-moz-border-radius-topleft:4px;
	
	-moz-border-radius-topright:4px;	
	
	-webkit-border-top-left-radius:4px;
	
	-webkit-border-top-right-radius:4px;	

}

#inner_content #left-side #location_box #bottom{

	/*margin-top:1px;

	text-align:left;
	
	color: #fff;
	
	font: normal 11px tahoma;
	
	padding: 7px 5px;*/
	margin-top:1px;
	margin-right:1px;
	text-align: left;
	
	color: #fff;
	
	font: normal 11px tahoma;
	
	padding: 7px 5px;
	float:left;
	width:513px;
	height:133px;

}

#location_box select  {

    width:110px;

    color:#3b820b;

    border: solid 1px #9cd23e;

}

#location_box select option  {

    width:110px;
	
	background: #9cd23e;
	
	color: #fff;
	
}

#location_box input  {

    width:110px;

    color:#ffffff;

    font:bold 11px tahoma;

    background: #9cd23e;

    border: solid 1px #9cd23e;

}

#inner_content #left-side #location_box #bottom{

	background: #898989;

}

#inner_content #right-side{

	/*margin: 40px 0 0 20px;	

	float: left;*/
	margin-top: 1px;	
	padding:30px 0 0 30px;
	float: left;
	background-image:url(../images/application_page/bg_bt.jpg);
	background-repeat:no-repeat;
	width:116px;
	height:147px;

}



