/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	width: 550px; 
	}
	
.cform ol {
	list-style: none;
	}
	
.cform li {
	margin-bottom: 10px;
	}
	
	li.cf-box-title { margin-bottom: 0; }
	
	#employment #li--6 { clear: both; }

.cform label {
	margin:4px 10px 0 0; 
	vertical-align:top;
	font-weight: bold;
	display: block;
	}
	
	.cform .cf-box-group label { display: inline; }
	
	#employment #li--1 label, 
	#employment #li--6 label { width: 100%; }
	
.cform br { display: none; }

#employment li#li--2, 
#employment li#li--3, 
#employment li#li--4, 
#employment li#li--5 {
	width: 50%;
	float: left;
	display: inline;
	}
	
.cf-box-b { margin-right: 5px; }

.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width: 93px;
	height: 25px; 
	margin: 10px 0 0 5px;
	background:url("submit_button.png") center top no-repeat; 
	border: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	}

.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
	}
	
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
	}
	
textarea {
	width: 100%;
	padding:3px;
	background: #fff;
	border: 0;
	border:solid 1px #999;
	}
	
.cform p {
	margin-bottom: 0;
	}
	
.linklove {
	display: none;
	}

.cform input {	
	
	vertical-align:top;	
	border: 0;
	vertical-align: center;
	}
	
	.cform input[type="text"] {
		border:solid 1px #999;
		background: #fff; 
	}
	
.cform .cf_hidden {
	display: none; 
	border: none!important;
	background: none!important;
	padding: 0!important;
	margin: 0!important;
	}	
	
#ajax-form h2 {
	font-size: 23px;
	line-height: 28px;
	}
