/*  
Theme Name: Grace College
Author URI: http://www.learnignhouse.com/
Version: 1.0
Author: B.Maggard
Description: Online Program Marketing
*/


body {background:transparent url(images/bg4.gif) repeat scroll 0 0;}


.container{
	border: 2px solid #B12231;
}

#content {
	padding: 7px;
}


#content h1{
	font-size: 18px;
	color: #660809;
	font-family: Arial, Helvetica, sans-serif;
}


#content h2{
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#form2{
	/*border-right: 1px solid #CCCCCC;*/
	padding-top: 7px;
	padding-left: 10px;
	height:100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#form{
	padding-top: 7px;
	height:100%;

}

#footer {
	font-size: 12px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #830304;
	background-image: url(images/footer.gif);
	background-repeat: repeat;
}

#footer a{
	color: #fff;
}


.cssform {
	padding:5px;
	margin-bottom:10px;
}
.cssform p{
	/*width:350px;*/
	/*clear: left;*/
	margin: 0px;
	padding: 3px 0 0 0;
	padding-left: 0px; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	text-align:left;
	font-weight: normal;
	font-size:12px;
	float: left;
	/*margin-left: -120px; width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	padding-right:5px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	/*width: 297px;*/
}

.cssform select{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 297px;
}

.cssform textarea{
	width: 283px;
	height: 150px;
}

.cssform .required {
	color:#A90000;
	font-weight: bolder;
	font-size: 12px;
}


.cssform h3 {
	margin-top:0px;
	margin-bottom:5px;	
}

.cssform ul {
	margin-top:0px;
	margin-bottom:0px;	
}
.cssform .keepinformed {
	margin-right:5px;
	margin-bottom:35px;
	margin-top:2px;
	float:left;	
}
.cssform label.check{
	font-weight: bold;
	float: left;
	margin-left: -105px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
	padding-right: 15px;
}
.formbutton{
	margin-top: 10px;
	padding: 2px;
}

