@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}

body {
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666;
}

#content {
	padding:20px;
}

#video-frame {
	width:450px;
	margin:0 auto;
	text-align:center;
}

	a {
		color:#b91fb5;
	}

	a:hover {
		color:#8b1788;
	}
	
h1 {
	font-size:15px;
	color:#b91fb5;
}

h2 {
	font-size:13px;
	color:#333;
	margin:0;
	padding:0;
}

.close a {
		background:#edc7ec;
		padding:2px 5px;
		display:inline;
		color:#fff;
		font-size:10px;
		text-decoration:none;
	}
	
	.close a:hover {
		background:#b91fb5;
		color:#fff;
	}
	
.clear {
	clear:both;
}
	
	
/* form */

.form-container {
	height:85%;
}

.form-footer {
	height:10%;
	padding-left: 20px;
	padding-right: 20px;
}
form {
	margin:0;
	padding:20px 0;
	border-top:2px dotted #ccc;
	border-bottom:2px dotted #ccc;

}

label {
	float:left;
	width:150px;
	font-weight:bold;
}

.formItem {
	float:left;
	width:300px;
	border:1px solid #666;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
}

.captcha {
	float:left;
	width:300px;
	
}

	.captcha img {
		border-bottom:5px solid #fff;
	}
	
	.captcha input {
		width:175px;
		border:1px solid #666;
		font-family:Helvetica, Arial, sans-serif;
		font-size:13px;
	}
	
.submitbut {
	padding-top:20px;
	border-top:2px dotted #ccc;
}

	.submitbut input {
		width:110px;
		height:40px;
		font-weight:bold;
		font-family:Helvetica, Arial, sans-serif;
		font-size:13px;
	}
	
.error {
	color:#fff;
	background:#b91fb5;
	padding:5px;
	border-bottom:5px solid #fff;
}