@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	overflow-x:hidden;
}

.c_form {
	position:relative;
	overflow-x:hidden;
	top:12px;
	left:10%;
	width:80%;
	padding-bottom:12px;
	background:rgba(209,209,209,1.00);
	border-radius:2px;
	box-shadow: 
	-10px 0 22px 2px rgba(0,0,0,0.65), 10px 0 22px 2px rgba(0,0,0,0.65), 0 -10px 12px 6px rgba(0,0,0,0.15), 0 50px 32px 32px rgba(0,0,0,0.15),
	inset 0 -40px 240px 4px rgba(0,0,0,0.2);
	z-index:0;
	overflow:hidden;
}
.c_title {
	position:relative;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:100%;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	box-shadow: -18px -22px rgba(211,211,211,0.97), 0 2px 2px rgba(0,0,0,0.69);
	background:rgba(200,200,200,0.5);
	border-radius:2px;
}

.c_labels {
}
.c_inputs {
	float:right;
}
.c_fields_left {
	position:relative;
	margin-left:0px;
	margin-bottom:2px;
	width:100%;
	font-weight:normal;
	font-size:16px;
	box-shadow:inset 0 0 5px 1px rgba(255,255,255,0.23), inset 0 0 8px 1px rgba(255,255,255,0.18);
	background:rgba(209,209,209,0.95);
}
.c_fields_right {
	position:relative;
	margin-bottom:5px;
	width:100%;
	font-weight:normal;
	font-size:16px;
	box-shadow:inset 0 0 5px 1px rgba(255,255,255,0.23), inset 0 0 8px 1px rgba(255,255,255,0.18);
	background:rgba(209,209,209,0.95);
}
.c_legend_left {
	position:relative;
	left:5%;
	margin-top:12px;
	width:80%;
	font-weight:bold;
	font-size:20px;
}
.c_legend_right {
	position:relative;
	margin-left:5%;
	margin-top:32px;
	padding-bottom:20px;
	width:80%;
	font-weight:bold;
	font-size:20px;
}
.c_submit {
	position:relative;
	margin-left:38%;
	width:150px;
	height:40px;
	padding: 3px 5px 3px 5px;
	border-radius:2px;
	box-shadow:inset 0 0 5px 1px rgba(0,0,0,0.87), 0 0 1px 1px rgba(0,0,0,0.87);
	background:rgba(255,255,255,1.00);
	font-size:24px;
	font-weight:bold;
}
.c_submit:hover {
	box-shadow: inset 0 0 5px 1px rgba(0,0,0,0.87), inset 0 -1px 6px 3px rgba(0,0,0,0.45), 0 0 2px 2px rgba(0,0,0,0.4);
	cursor:pointer;
}
.c_submit:active {
	border-color:rgba(255,221,0,1.00);
	box-shadow:inset 0 0 5px 1px rgba(0,0,0,0.87), inset 0 -1px 6px 3px rgba(0,0,0,0.45), 0 0 1px 1px rgba(0,0,0,0.87);;
}

#check {
	position:absolute;
	top:87px;
	right:40px;
	width:110px;
	height:24px;
	z-index:100;
	pointer-events:none;
}

#cancel {
	position:relative;
	top:-30px;
	margin-left:24px;
	font-size:20px;
}