div.wpcf7 { margin: 0; padding: 0; }

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

div.container { vertical-align: top; width: 650px; float: none; margin-left: 25px; }
div.checkbox { background-color: white; background-image: url(ncaa-icons/cb-bg.png); vertical-align: middle; width: 300px; height: 90px; float: left; margin-bottom: 0.5em; margin-left: 0.5em; border: ridge 2px white; }
div.header { color: black; font-size: small; font-weight: bold; background-image: url(ncaa-icons/header-bg.png); background-repeat: repeat-x; text-align: center; width: 300px; height: 20px; }
div.info { color: black; font-size: xx-small; text-align: center; width: 300px; height: 20px; }
div.icon1 { width: 80px; height: 60px; float: left; clear: both; margin-left: 10px; }
div.icon2 { width: 30px; height: 30px; float: left; }
div.inner { color: black; font-size: large; font-weight: bold; background-repeat: repeat; text-align: left; width: 250px; }
div.accept { font-weight: bold; text-align: center; width: 400px; margin-left: 150px; }
span.wpcf7-form-control-wrap { text-align: left; }

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item { text-align: left; margin-left: 0.5em; border-color: white; }

.wpcf7-display-none {
	display: none;
}

