body{
margin:0px;
}

.new_menu_item{
	padding:5px;
	width:180px;
	display:block;
	border:1px solid #CCCCCC;
	text-align:center;
	float:left;
}
.login_box_2{
	background-color:#EEEEEE;
	color:#666666;
	border:#999999 1px solid; 
	font-weight:bold;
	
	

}

.login_box_2 input{
	border:#999999 solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:120px;
}


.error_div{
	border:2px solid #FF0000;
	color:#FF0000;
	font-size:11px;
	padding:5px;

}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: red;
	font-style: italic
}
/*div.error { display: none; }*/
input {	border: 1px dotted black; }
input:focus { border: 1px solid black; }
input.error { border: 1px dotted red; }
.message_new{
	width:400px;
	border:#CCCCCC 1px solid;
	background-color:#EEEEEE;
	color:#666666;
	padding:10px;
	text-align:left;
}

.keyword_b{
	width:auto;
	float:left;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:3px;
	display:block;
	margin:3px;
	text-decoration:none;
	color:#666666;
	

}
.keyword_b:hover{
	width:auto;
	float:left;
	border:1px solid #CCCCCC;
	background-color:#666666;
	padding:3px;
	display:block;
	margin:3px;
	text-decoration:none;
	color:#FFFFFF;
	

}