/* CSS Document */
#leftMenu div { min-height:40px; height:40px;  padding-left:40px; margin-left:10px;}
.first {background:url(../images/cisco/magnify.gif) left top no-repeat;}
.second {background:url(../images/cisco/scissors.gif) left top no-repeat;}
#leftMenu div * { margin-bottom:5px;}

#section{ float:left;}
#messages {
	float:right;
	width:284px;height:317px; min-height:317px;
	background: url(../images/cisco/messages.gif) no-repeat top;
	}
#mesTextBox{ 
	width:260px; height:150px; min-height:150px;
	background:#f5f5f3;
	margin-top:40px; margin-left:10px;
	}	
#login{
	margin-top:15px; padding-top:40px;
	background:url(../images/cisco/login_bkg.gif) repeat-x top;
	text-align:center;
}
#login .textField{ 
	width:134px;
	padding-left:3px;
	background:url(../images/cisco/login_fieldBkg.gif) no-repeat;
}
	
	
	
