/*
used in: 
ministry/child_club.php
newsletter/apply.php
shout_to_the_lord/join.php

prayHK/apply.php -> TEMP
*/
.form p, .form cneter{
 border-top:1px dotted #6699FF;
 padding:5px 0 8px 0;
}
.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;
 list-style-image:none;
}
.form .check li{
 border-top:1px dotted #6699FF;
 padding:5px 0;
 clear:both;
 list-style:none;
 list-style-image:none;
 height:1%;
}
.form .check label{
 float:right;
 margin-left:50px;
}

.form 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;
}
.form select {
 width:100px;
}
.form input[type=submit], .form input[type=reset], .form input[type=button]{
 background:#CFC url(../s_img/btn.gif) repeat-x;
 border:1px outset #CCC;
 padding:3px;
}

.check {
 color:#F00;
 font-weight:900;
}

.textbox {
 color:#000080;
 border:1px solid #6699FF;
 height:20px;
 font-size:12pt;
}
.textbox:hover {
 background-color:#FFFFDD;
}
.radio {
 color:#000080;
 border:1px solid #FFFFFF;
}