/* form styles */

.error {
color:#FF3300;
font-weight:bold;
}
table.form {
border-collapse:collapse;
border-bottom:1px solid #CCCCCC;
margin: 1em 0;
}
.main .rightcol .pagecontent table.form td,
.main .rightcol .pagecontent table.form th {
border-top:1px solid #CCCCCC;
padding: 0.3em 1em 0.3em 0;
text-align: left;
}
.main .rightcol .pagecontent table.form label {
padding-left:8px;
font-weight: normal;
padding: 0;
}
.main .rightcol .pagecontent table.form label .required {
color:#FF3300;
margin-left:-8px;
position:absolute;
}
.required {
color:#FF3300;
}

.btn {
	font-size: 25px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	height: 2em;
	line-height: 2em;
	background: #fcdc00;
	border: 1px solid #e9cc01;
	outline: 0;
	text-align: center;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.btn:active {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25) inset;
	   -moz-box-shadow: 0 2px 4px rgba(0,0,0,.25) inset;
	        box-shadow: 0 2px 4px rgba(0,0,0,.25) inset;
}

.btn-text {
	position: relative;
	color: #00668d;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.btn:active .btn-text {
	top: 1px;
}

.btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}