@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration: none;
	font-family: Arial,sans-serif;
	}
img{
	border:0;
	}

body{
	background-color: #EDEDE7;
	}
#bg{
	background:url(../../images/template/login/bg.png) left bottom no-repeat #fff;
    border:1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: #ccc 0 0 5px;
    box-shadow: #ccc 0 0 5px;
    position: absolute;
    width:718px;
    top: 40%;
    left: 50%;
    margin-left: -360px;
    margin-top: -200px;
	height:535px;
	}

form{
	margin:200px 0 0px 20px;
	font-size:14px;
	padding:0 0 50px 20px;
	}
#msg{
	color:#f00;
	height:25px;
	line-height:25px;
	}
form dl{
	
	color:#333;
	margin:0 0 10px 0;
	}
form dt{
	float:left;
	line-height:30px;
	margin:0 0 10px 0;
	}
form dd input{

	height:20px;
	}