#minnotlogin {
    height: 220px;
	width: 350px;
    position: fixed;
	border: 6px solid Purple;
	font-family: "Î¢ÈíÑÅºÚ";
	background-color: #FFF;
	display: none;
    text-align: center;
}
#minnotlogin h1 {
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	background-color: Pink;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
    text-align: left;
    color: #000;
}
.minnotloginclose {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
    float: right;
}
#minnotlogin ul {
    list-style-type: none;
	margin: auto;
	padding: 15px;
	width: 69%;
	text-align: left;
}
#minnotlogin ul li {
	line-height: 25px !important;
	padding-top: 6px !important;
	float: left;
	font-size: 14px !important;
	width: 100%;
    text-align: center;
}
.minnotloginbutton {
    height: 30px;
	width: 99px;
    background-color: Pink;
    text-align: center;
    border-radius: 6px;
    color: #000;
    font-weight: bold;
}
.minnotloginaccount {
	width: 60px;
	float: left;
	text-align: left;
    color: #000;
}
.minnotloginpassword {
    width: 60px;
	float: left;
	text-align: left;
    color: #000;
}
.minnotlogininput 
{
    color: #000;
	background-image: url(images/inputbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9a9a9a;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #9a9a9a;
	padding-left: 3px;
    
}
.minnotloginlink {
    padding: 0px !important;
	font-size:15px !important;
	color: #ce0002 !important;
	line-height: 18px !important;
}