/*
used in: 
ministry/child_club.php
newsletter/apply.php
shout_to_the_lord/join.php

prayHK/apply.php -> TEMP
*/
body{
	font-family:arial, sans-serif;
}
.form fieldset {
	border:1px solid #00F;
	margin-bottom:10px;
}
.form p, .form cneter{
	border-top:1px dotted #6699FF;
}
.form select{
	border:2px solid #69F;
}
.form ul{margin:0;padding:0;}
.form li {
	border-top:1px dotted #6699FF;
	clear:left;
	margin:0;
	padding:5px 0 8px 155px;
	height:1%;
	list-style:none;
}
.form .check li{
	border-top:1px dotted #6699FF;
	padding:5px 0;
	clear:both;
	list-style:none;
	height:1%;
}
.form .check label{
	float:right;
	margin-left:50px;
}

.form li label{
	float:left;
	margin-left:-150px; /*width of left column*/
	width:150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.form textarea{
	height:90px;
	border:1px solid #69F;
	padding:5px;
}
.form textarea:focus {
	background:#CFF;
}
.form input[type=submit], .form input[type=reset], .form input[type=button]{
	background:#CFC url(../Images/btn.gif) repeat-x;
	border:1px outset #CCC;
	padding:3px;
}
.form input[type=text] {
	border:1px solid #69F;
	padding:5px;
}
.form input[type=text]:focus {
	background:#CFF;
}

.check {
	color:#F00;
	font-weight:900;
	font-size:15pt;
}

.textbox {
	color:#000080;
	border:1px solid #6699FF;
	height:20px;
	font-size:12pt;
}
.textbox:hover {
	background-color:#FFFFDD;
}
.radio {
	color:#000080;
	border:1px solid #FFFFFF;
}
