* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
	text-align: center;
   	background: #cdcdcd;
}
body, td, th, a, input, textarea, select {
    font: 11px Tahoma, Arial;
	color: #626262;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.isLoginContainer {
	margin: 100px auto auto auto;
	width: 489px;
	text-align: left;
}
.isTop {
	width: 459px;
	height: 20px;
	padding: 80px 0px 0px 30px;
    background: url('../img/login/top.jpg') left top no-repeat #cdcdcd;
}
.isTop, .isTop a {
	color: #fff;
	font-weight: bold;
}
.isPlayField {
	width: 461px;
	padding: 14px 12px 14px 16px;
    background: url('../img/login/mid.jpg') left top repeat-y #cdcdcd;
}
.isBot {
	width: 489px;
	height: 38px;
    background: url('../img/login/bot.jpg') left top no-repeat #cdcdcd;
}
.isFormBox {
	border: 1px  solid #d2d2d2;
}
.isTitle {
	height: 34px;
	width: 100%;
	border-border: 1px  solid #d2d2d2;
	background-image: url('../img/layout/list_header.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.isTitle span {
	line-height: 32px;
	color: #a72d5f;
	font-weight: bold;
	padding: 0px 12px 0px 12px;
}
.isSubmit {
	width: 100%;
	border-top: 1px  solid #d2d2d2;
}
.isForm span, .isSubmit span {
	display: block;
	padding: 6px 12px 6px 12px;
}
.isForm span {
	padding-top: 12px !important;
}
td.isLabel {
	width: 132px;
}
td {
	padding: 0px 0px 6px 0px;
}
.inputText {
	color: #000;
	height: 18px;
	width: 298px;
	border: 1px solid #d2d2d2;
	background: url('../img/layout/frmInputBgc.gif') bottom left repeat-x #fff;
}