@charset "UTF-8";

img  {
	border-style:none;
}
table {
	border-collapse:collapse;
	width:300px;
	margin:auto;
	margin-bottom:10px;
	background-color:#FFEEFF
}
td {
	text-align:center;
	border-style:none;
	color:#771177;
}
th {
	text-align:left;
	border-style:none;
	font-size:12px;
	font-weight:normal;
	color:#771177;
	padding-bottom:14px;
}
input[type="Password"] {
	border:solid #CCC 1px;
	color:#002255;
	background-color:#FFF;
	line-height:130%;
	border-radius:5px;
	width:100px;
	height:30px;
	font-size:14px;
	-ms-ime-mode:disabled;
	ime-mode:disabled;
	margin-top:10px;
	margin-bottom:10px;
}
input[type="text"] {
	border:solid #CCC 1px;
	color:#002255;
	background-color:#FFF;
	line-height:130%;
	border-radius:5px;
	width:100px;
	height:30px;
	font-size:14px;
	-ms-ime-mode:disabled;
	ime-mode:disabled;
	margin-top:10px;
	margin-bottom:10px;
}
input[type="submit"] {
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}
#areamain {
	width:300px;
	margin:auto;
	font-size:12px;
}
#logomark {
	-webkit-text-shadow: 1px 1px 1px #000;
	background-color:#DDA0DD;
	color:#FFFFFF;
	border:none;
	text-align:right;
	font-size:10px;
	padding:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#head {
	font-size:16px;
	border:none;
	background-color:#DDA0DD;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#FFFFFF;
	text-align:left;
	padding:5px;
}
#img0Panel {
	color:#771177;
}

