/* formbox */
#FormBox {
	position: absolute;
	background-image: url(../img/members/infopane_back.png);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	width: 600px;
	z-index: 501;
	padding-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 50px;
	left: 0;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

#FormBox .inside {
	margin: 0 20px;
}

#FormBox h2 {
	background: #7c8e93;
	margin: 0;
	padding: 15px 20px;
	margin: 0 -20px;
	color: #fff;
	border-bottom: 1px solid #bbbab3;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-radius: 10px 10px 0 0;
}

#FormBox .highlight {
	padding: 5px 20px;
	margin: 0 -20px 1em;
	border-bottom: 1px solid #edefe2;
	border-left: none;
	border-right: none;
}

#FormBox h3 {
	font-size: 1.17em;
	font-weight: bold;
	margin: .5em 0;
}

#FormBox .highlight.red {
	background: #df4242;
	color: #fff;
	border-bottom: 1px solid #d2c5c6;
}

#FormBox .highlight.first {
	margin-bottom: 0;
}

#FormBox .buttons {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #eeefee;
}

#FormBox .button {
	float: right;
	margin-left: 15px;
	background: url(../img/members/button.png) repeat-x 0 0;
	font-size: 14px;
	padding: 5px 25px;
	border: 1px solid #6e7f85;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

#FormBox .button.action,
#FormBox .button.upload {
	background: url(../img/members/button-action.png) repeat-x 0 0;
}

#FormBox .button:active,
#FormBox .button.upload:active {
	background-position: 0 -30px;
}

#FormBox_Progress {
	position: absolute;
	width: 400px;
	height: 20px;
	background: url(/assets/img/members/progress.png) -600px 0 no-repeat;
	background-color: #fff;
	border: 1px solid #000;
	left: 50px;
	z-index: 1001;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#FormBox .highlight {
	padding: 5px 20px;
	margin: 0 -20px 0;
	background: #fefeee;
	border-bottom: 1px solid #7c8e93;
	border-left: none;
	border-right: none;	
	background: #d1dfe1;
}

#FormBox .highlight a {
	color: #6db7d2;
}

#FormBox .form {
	padding: 20px 0;
}