	::selection{ background-color: #28903b; color: white; }
	::moz-selection{ background-color: #28903b; color: white; }
	::webkit-selection{ background-color: #28903b; color: white; }

	body {
		background-color: #fff;
		margin: 40px;
		font: 13px/20px normal Verdana,Helvetica, Arial, sans-serif;
		color: #4F5155;
	}

	a {
		color: #28903b;
		background-color: transparent;
		font-weight: normal;
	}

	h1 {
		color: #444;
		background-color: transparent;
		border-bottom: 1px solid #D0D0D0;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}

	input[type="text"],input[type="password"] {
		font-family: Verdana, Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 16px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #555;
		display: block;
		margin: 14px 0 14px 0;
		padding: 10px 10px 10px 10px;
		width: 299px;
	}
	input[type="submit"]{
		height:30px;
		background:url(../img/btn_bg.png) repeat-x;
		border:1px solid #ccc;
		width:75px;
		color:#555;
		cursor: pointer;
	}
	
	input[type="submit"]:hover{
		background:url(../img/btn_bg_hover.png) repeat-x;
		
	}
	
	.watermark{
		color: #ccc!important;
		font-style:italic;
	}

	#body{
		margin: 0 15px 0 15px;
	}
	
	p.footer{
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
		text-align: center;
	}
	
	#container{
		margin: 10px;
		border: 1px solid #D0D0D0;
		-webkit-box-shadow: 0 0 8px #D0D0D0;
	}
	.wrapper{
		margin-top:100px!important;
	}
	.login{
		width:350px!important;
		margin:0px auto!important;
		
	}
	.login_logo{
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.left{float:left;}
	.right{float:right;}
	.clear{clear:both;}
	.green{color: #28903b;}
	
	.error{background: #fbb5b5;border-radius: 5px;-moz-border-radius:5px; padding: 5px 10px; border:1px #cd4c4c solid;width: 330px!important;margin: 10px auto!important;}
	.msg{background: #ffeec1;border-radius: 5px;-moz-border-radius:5px; padding: 5px 10px; border:1px #dfba55 solid;width: 330px!important;margin: 10px auto!important;}
	
	.selected_list{height: 1325px;overflow:auto;}

	.pre{    font-size: 10px!important;
		position: relative;
		top: -5px;}