#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	/* border: solid 5px #999; */
	border: solid 1px #6593CF;
	color: #000;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	/* background: #CCC url(../img/alerts/default/title.gif) top repeat-x; */
	background: #CCC url(/img/alerts/tab_bg.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/img/alerts/default/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/img/alerts/default/info.gif);
}

#popup_content.confirm {
	background-image: url(/img/alerts/default/important.gif);
}

#popup_content.prompt {
	background-image: url(/img/alerts/default/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,"\5B8B\4F53";color:#333;outline:0;}
body{background:#fff;}
a,a:hover{color:#333;}
.clearfix{zoom: 1;} 
.clearfix:after {clear: both;content: '.';display: block;height: 0;visibility: hidden;}

body{ background: #7a0e38;}
.login_box{ width: 938px; height: 568px; background: url(../../img/crew/login/bg.png) no-repeat; margin: 0 auto; margin-top: 0px;}
.login_box_guard{ width: 938px; height: 568px; background: url(../../img/crew/login/bgguard.png) no-repeat; margin: 0 auto; margin-top: 0px;}
.login_from{ width: 303px; margin: 0 auto; padding-top: 220px;}
.login_from label{ display: block; width: 310px; height: 46px; line-height: 46px; color: #fff; font-size: 14px; font-weight: bold; margin:0 auto; margin-top: 10px;}
.login_from label input{ float: right; width: 210px; height: 46px; line-height: 46px; background: url(../../img/crew/login/input.png) no-repeat; border: none; padding-left: 15px; padding-right: 25px; font-size: 14px;}
.login_from input.btn{ width: 303px; height: 48px; border: none; background: url(../../img/crew/login/btn.png) no-repeat; margin-top: 20px;  cursor: pointer;}