@charset "utf-8";

/* CSS Document */



.app_head{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-weight: bold;

	text-transform: lowercase;

	color: #37484a;

}

.app_section_head{

	width:300px;;

	padding-top:10px;

	padding-bottom:2px;

	border-bottom:1px solid #37484a;

}

input:focus{

	background-color:#cccccc;

}

#screen_name {

	display: none;

	}

#im_text {

	text-align:top;

	margin-top:-5px;

	display: none;

	}

#other {

	display: none;

	}	

#alert{

	display:none;

	padding:5px;

	border:2px solid #000000;

	BACKGROUND:#F90000;

	color:#ffffff;

	font-size: 12px;

}