a.menu_links	{
				text-decoration:none;
				font-size:12px;
				color:#000;
				}
a.menu_links:hover	{
				text-decoration:underline;
				font-size:12px;
				color:#FF9966;
				}
.form_login		{
			border:0px solid #000;
			width:360px;
			margin:0 auto;
			}
.form_topl		{
			float:left; 
			background: url('http://www.mgwalk.com/tests/images/TLRound.png') left bottom no-repeat; 
			background-color:#F4A460;
			width:5px;
			height:5px;
			}
.form_topr		{
			float:right; 
			background: url('http://www.mgwalk.com/tests/images/TRRound.png') right bottom no-repeat; 
			background-color:#F4A460;
			width:5px;
			height:5px;
			}
.form_topm		{
			float:left;
			border-top:1px solid #000;
			background-color:#F4A460;
			width:350px;
			height:4px;
			}
.form_bottoml		{
			float:left; 
			background: url('/images/BLRound.gif') left bottom no-repeat; 
			background-color:#FFE6BF;
			width:5px;
			height:5px;
			position:relative;
			top:-1px;
			}
.form_bottomr		{
			float:right; 
			background: url('/images/BRRound.gif') left bottom no-repeat; 
			background-color:#FFE6BF;
			width:5px;
			height:5px;
			}
.form_bottomm		{
			float:left;
			border-bottom:1px solid #000;
			background-color:#FFE6BF;
			width:350px;
			height:4px;
			}
.form_title	{
			border-left:1px solid #000;
			border-right:1px solid #000;
			border-bottom:1px solid #000;
			background-color:#F4A460;
			height:15px;
			width:358px;
			clear:both;
			text-align:center;
			}
.form_title_a	{
				float:left;
				width:340px;
				}
.form_title_b	{
				float:right;
				width:10px;
				text-align:center;
				}
.form_items		{
			border-left:1px solid #000;
			border-right:1px solid #000;
			background-color:#FFE6BF;
			width:358px;
			}
.form_message	{	
				text-align:center;
				padding:8px;
				}
.form_label_user		{
				border:0px solid #000;	
				text-align:right;
				font-weight:bold;
				width:150px;
				height:20px;
				float:left;
				}
.form_field_user		{	
				border:0px solid #000;	
				text-align:left;
				width:204px;
				float:right;
				}
.form_label_pass		{	
				border:0px solid #000;	
				text-align:right;
				font-weight:bold;
				width:150px;
				height:20px;
				float:left;
				clear:left;
				}
.form_field_pass		{	
				border:0px solid #000;	
				text-align:left;
				width:204px;
				float:right;
				clear:right;
				}
.form_button		{	
				padding:8px;
				clear:both;
				}
.input_fields	{
				border:1px solid #000;
				}
.input_buttons	{
				border:1px solid #000;
				background-color:#F4A460;
				width:150px;
				}
				
