/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";
.cform {
	padding-top: 10px;
}

.leadership-award-form {
	line-height: 15px;
}

.leadership-award-form label p {
	display:inline-block;
	width:150px;
	font-size: 13px;
	line-height: 15px;
	vertical-align:middle;
	padding: 0px;
}

.leadership-award-form label {
	display:inline;
	width:150px;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	vertical-align:middle;
}

.leadership-award-form input[type="text"] {
	display:inline-block;
	vertical-align:middle;
}

.cform.leadership-award-form textarea {
    max-width: 570px;
    width: 570px;
    margin: 5px 0px 10px;
}


.leadership-award-form .cf-box-group label, .leadership-award-form .cf-box-group label span {
	display:inline;
	width:auto;
}

.cform fieldset {
	padding:0px 0px 20px;
}

.leadership-award-form fieldset .cf-box-title {
	padding: 0px;
}

#ie7 .leadership-award-form input[type="radio"] {
	float:left;
	margin-top: 2px;
}
#ie8 .leadership-award-form input[type="radio"] {
	margin-top: 2px;
}

.leadership-award-form  ol.cf-ol li.cf-box-title {
	font-size: 13px;
	padding: 0px;
}

.leadership-award-form p.cf-sb {
    margin: 0;
    padding: 20px 0 0 !important;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
.linklove {
	display:none;
}

.cform legend { 
    font-size: 17px;
    font-weight: bold;
    padding: 30px 0px 10px;
	display:block;
	color: #a7a7a7;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:0!important;
	padding:5px 0; 
	list-style:none!important; 

}

.cform input { 
	width:277px;
	display: block;
}

.cform input[type="image"]{
	width: auto;
	height: auto;s
}


.cform select { 
	width:299px;
	display: block;
}
.cform textarea { 
	width:450px;
	max-width:450px;
	height:150px;
	display:block;
	overflow:auto;

}
.cform input { 
	height:17px;
}
.cform select {
	height: 25px;
}


label {
	font-size:13px;
	font-weight:bold;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {

}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	width:16px;
	height:16px;
	border:none!important;
	background:none!important; 
	display:inline;
	vertical-align: middle;
}

.cform input.cf-box-a 	{
	vertical-align:bottom;
	margin-right:10px;
} 


/*                                                    */
/* check box groups                                   */
/*                                                    

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:none;	
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 10px 0px 0px !important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	color:#FFF;
	font-family: 'Roboto';
	font-weight: 700;
	padding:0 15px;
	height:33px;
	line-height: 33px;
	font-size:14px;
	cursor:pointer;
	display:inline-block;
	width:auto;
	background: url(images/purple_grad2.jpg) repeat-x;
	border: none;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {

}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */



input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:168px;
	padding:5px;
	margin-bottom:20px;
}
.cform img {
	border:none;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
img.captcha	{
	vertical-align:text-bottom;
	margin:0!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {

	display:none;
	width:380px;
	line-height:1.3em;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	display:block;
    line-height: 24px;
}
div.failure {
	display:block;
	color:#ff0000;
    line-height: 24px;
    padding-top: 10px;
    font-size: 13px;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ff0000 !important; 
	border:1px solid #ff6666;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

