p {
	font-size: 1.1em;
	/*font-weight: bold;*/
}

#content form {
	background-color: #FBCADF;
	padding: 20px;
	color: #000;
}
#main { height: 1%; }

#content form.blue { background-color: #95C2E9; }
#content form.orange { background-color: #FFB578; }
#content form.lime { background-color: #DBE88B; }
#content form p { color: #6A002E; }

#content form h2 {
	background: none;
	margin: 0 0 0.2em 0; padding: 0;
	width: auto; height: auto;
	color: #6A002E;
}

#content form ol li {
	clear: left;
	padding-top: 1.3em;
}

#content form h3 {
	font-size: 1em;
	margin: 0 0 0.4em 0; padding: 0;
	color: #000;
	clear: left;
	position: relative;
}

#content form h3 em {
	position: absolute;
	top: -0.4em;
	left: -2em;
	font-style: normal;
	font-size: 2.5em;
	color: red;
}

#content form input { vertical-align: middle; }
#content form input.textfield { width: 99%; }
#content form input[type=text] { width: 100%; }
#content form label { float: left; width: 16em; cursor: pointer; }

#content form button {
	background: none;
	border: none;
	padding: 0; margin: 20px 0 0 0;
}

#content form ol li.scale label { width: 10.5em; }

.error {
	background-color: red;
	color: #FFF;
	padding: 1em 1em 0.1em 1em;
	margin-bottom: 1em;
}

.indent { margin-left: 2em; }
.indent h3 em { left: -2.8em; }

.nobold p { font-weight: normal; }
.tandcs { font-size: 0.95em; margin-bottom: 0 !important; }

/* Code checker */
.checkcode {
	width: 410px;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
	color: #333;
	height: 11em;
}

.checkcode input {
	width: 20em !important;
	font-family: system;
	font-size: 1.1em;
	color: #666;
	padding: 0.3em;
	vertical-align: middle;
	margin: 0;
}

.checkcode h3 {
	font-size: 2em !important;
	color: #67002D !important;
}

.checkcode button { margin: 0; vertical-align: middle; width: 106px; }

.newprizedraw {
	padding: 10px;
	background: #FDE4EF;
	color: #333;
	margin-bottom: 2em;
}
.newprizedraw p { margin-bottom: 0.4em !important; }

#content.terms p { font-weight: normal; }