﻿body {
	margin:0px;
	height:100%;
	/*color:#b179f5;*/
	color: #9f59f4;
	font-size: 10pt;
	font-family:Arial, 微軟正黑體, Helvetica, sans-serif;
	background-image:url('../img/bg_login.png');
}
.divBigButton {
	cursor:pointer;

	color: #f8efff;
	font-size: 12pt;
	font-weight:bold;
	height: 25px;
	padding:5px 5px 5px 5px;
	vertical-align:middle;
	text-align:center;
	width: 100px;
	border: 3px solid #f8efff;
	border-radius: 15px;
	background: #d08fff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#d08fff, #d08fff, #d08fff, #e0bdf9, #d08fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d08fff, #d08fff, #d08fff, #e0bdf9, #d08fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d08fff, #d08fff, #d08fff, #e0bdf9, #d08fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#d08fff, #d08fff, #d08fff, #e0bdf9, #d08fff); /* Standard syntax (must be last) */
}
.divButton {
	cursor:pointer;
	color: #f8efff;
	font-size: 10pt;
	font-weight:bold;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	text-align:center;
	border: 3px solid #f8efff;
	border-radius: 15px;
	background: #d08fff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#d08fff, #d08fff, #d08fff, #e0bdf9, #d08fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#d08fff, #d08fff, #d08fff, #e0bdf9, #d08fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d08fff, #d08fff, #d08fff, #e0bdf9, #d08fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#d08fff, #d08fff, #d08fff, #e0bdf9, #d08fff); /* Standard syntax (must be last) */
}

.divButton:hover, .divButton:focus, .divBigButton:hover, .divBigButton:focus{
	cursor:pointer;
	color: #d08fff;
	background: #f8efff; /* For browsers that do not support gradients */
	border: 3px solid #d08fff;
}

.bodyWrapper {
	width: 100%;
	height: 100%;
	float:left;
}
#stepNetvigator{
	width: 100%;
	height: 50px;
	border-bottom: 3px #b179f5 solid;
	float:left;

}

.step {
	background-color:#e7d6fc;
	border-left: 1px #d6b8fa solid;
	padding: 20px 5px 5px 5px;
	float:left;
	width: 79px;
	height: 21px;
	border-bottom:4px #d6b8fa solid;
	font-size: 10pt;
	color:#b179f5;

}

#preStep{
	border-left: 0px;
}

.stepNow {
	font-weight:bold;
	background-color:#d6b8fa;
	border-bottom-color: #b179f5;
}

.stepDone {
	border-bottom-color: #b179f5;
	color:#d6b8fa;
}
.step2row {
	padding-top:10px;
	height:31px
}
.contentWrapper{
	width:390px;
	height: 320px;
	float:left;
	padding: 50px 10px 10px 400px;
	font-size:9pt;
	background-position: 35px 35px;
	background-repeat:no-repeat;
}

.contentWrapperWide{
	width:790px;
	height: 370px;
	float:left;
	padding: 10px ;
	font-size:9pt;
}
.bottomWrapper {
	width:790px;
	height: 20px;
	float:left;
	padding: 0px 10px 10px 10px;
	text-align:right;

}

.msgWarning {
	font-weight:bold;
	color:#ff0000;
}
.msgRemind {
	font-weight:bold;
	color:#ff00ff;
}
