@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
}

.form-container { 
	width: 600px;
	height: 400px; 
}

.form-container.campus {
	background: url(images/campus_form_bg.jpg) no-repeat center;
}

.form-container.general {
	background: url(images/general_form_bg.jpg) no-repeat center;
}

.form-container.security {
	background: url(images/security_form_bg.jpg) no-repeat center;
}

.form-container.buycott {
	background: url(images/buycott_form_bg.jpg) no-repeat center;
}

.cija-form {
	width: 560px;
	padding: 165px 20px 0 20px;
}	

.field-container {
	margin-bottom: 15px;
	display: block;
	float: left;
}

input.form-field {
	padding: 13px 5px; 
	font-size: 13px;
	width: 265px;
	border: 0px;
}

.field-label {
	color: #FFF;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-bottom: 3px; 
}

.first-name {
	float: left;
}


.last-name {
	float: left;
	margin-left: 10px;
}

.email {
	clear: both;
	float: left;
}

.postal-code {
	float: left;
	margin-left: 10px;
}

.required {
	color: red;
}

button.btn {
	clear: both; 
	width: 100%;
	background: #51af80;
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding: 20px auto;
	height: 44px;
	cursor: pointer;
	margin-top: 8px;
}

button.btn:hover{
	background: #3f976b;
}

.spam-trap {
	display: none;
}