@charset "utf-8";
body {
	background-image: url(../images/layout_img/top-bg.jpg);
	background-repeat: repeat-x;
}

body,td,div{
	font-size: 13px;
	color:#585858;
}

#container {
	position: relative;
	left: 50%;
	margin-left: -260px;
	width: 520px;
	top: 10px;
}

#title {
	font-family:  "微軟正黑體", "新細明體", sans-serif, Verdana, Geneva;
	font-size: 22px;
	position: relative;
	text-align: center;
	margin-top: 25px;
	height: 28px;
	color: #000;
	overflow: hidden;
}

#header {
	background-image: url(../images/layout_img/header-bg.jpg);
	height: 50px;
	vertical-align: text-bottom;
	line-height: 50px;
	background-color: #E3E3E3;
	background-repeat: repeat-x;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
#header p {
	float: left;
}

#header-icon {
	background-image: url(../images/layout_img/vertical-line.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 50px;
	width: 55px;
}
#header-icon span {
	background-image: url(../images/layout_img/header-icon.gif);
	height: 23px;
	width: 23px;
	display: block;
	position: relative;
	top: 15px;
	left: 16px;
	
}


#content{
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px;
	background-image: url(../images/layout_img/lock.jpg);
	background-repeat: no-repeat;
	background-position: 20px 40px;
}
#header-caption {
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left: 15px;
	color: #444444;
	font-size: 18px;
	letter-spacing: 2px;
}
#content .captoin {
	background-image: url(../images/layout_img/header-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	width: 120px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	color: #585858;
}

#content .captoin_space {
	width: 120px;
	display: inline-block;
	margin-right: 10px;
	height: 22px;
}

#content-form li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#content-form li label {
	line-height: 22px;
}


#content-form {
	margin-left: 80px;
	margin-top: 20px;
}

.input{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
}


#footer {
	color: #999999;
	text-align:center;
	margin-top: 8px;
}
#footer a {
	color: #93936E;
}


#security_image{
	border: 1px solid silver;
	cursor: pointer;
}
