/* CSS Document */

#controlLogin{
	float:left;
	width:124px;
	height:184px;
	padding-left:8px;
	padding-right:8px;
	padding-top:70px;
	/*margin-right:20px;*/
	font-size:10px;
	background:url('images/bg_login.jpg') 0 0 no-repeat;
}
	
	#controlLogin H1{
		font-size:13px;
		font-weight:bold;
		margin-bottom:0px;
		display:inline;
		color:#433935; 
	}
	
	#controlLogin .btn{
		width:120px;
		margin-bottom:5px;
		border:1px solid #FF5E00;
		font-size:11px;
		color:white;
		padding-left:5px;
		padding-right:5px;
		cursor:pointer;
		background:url('../../../../App_themes/default/images/bg_button.gif') 0px 0px repeat-x #FF5E00;
	}

	#controlLogin .btn:hover{
		border:1px solid #433A35;
		color: white;
		padding-left:5px;
		padding-right:5px;
		cursor:pointer;
		background:url('../../../../App_themes/default/images/bg_buttono.gif') 0px 0px repeat-x #433A35;
	}
