@charset "utf-8";
/* CSS Main */


.clear-fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
	width: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	background: #FFF;
}

#container {
	margin: 10px auto;
	width: 95%;
}

#header {}

#content {}

form {}

form #error-message {
	display: none;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	margin: 30px 0;
	text-align: center;
}

fieldset {	
	border: 1px solid #232323;
	margin: 0 0 30px 0;
	padding: 30px;
}

legend {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	padding: 0 5px;
}


form ul {}

form ul > li {
	float: left;
	margin: 0 20px 20px 0;
	width: 45%
}

form ul > li.full {width: 100%;}

label {
	font-weight: bold;
	margin: 0 0 5px 0;
}

input.text, textarea, select {
	background: #EEE;
	border: 1px solid #282828;
	padding: 3px;
}

input.text, select {
	width: 100%;
}

input.short-phone {width: 21px;}
input.long-phone {width: 30px;}

span.phone-span {padding: 4px 0 4px 10px;}
input.short-phone, input.long-phone, span.phone-span {float: left; margin-right: 5px;}

textarea {
	height: 250px;
	width: 100%;
}


li.inset-fields {
	clear: both;
	float: none;
	width: auto;
}

li.inset-fields h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

li.inset-fields ul {
	background: #fafafa;
	border: 1px solid #eaeaea;
	margin: 4px 0;
	padding: 10px;
}

li.inset-fields li {
	width: auto;
	margin-bottom: 0;
}	

li.inset-fields li.full {
	width: auto;
	float: none;
	margin-bottom: 10px;
}

li.inset-fields li.full input.text {
	width: 100%;
}

li.inset-fields input.text {
	width: 100px;
}

li.inset-fields input.short {
	width: 30px
}


li.inset-fields select.short {
	display: inline;
	width: auto;
}



#rfp-file-check-li {}
#rfp-file-check-li input {float: left; margin: 0 10px 0 0;}
#rfp-file-check-li p {float: left;}

div.note {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 30px 0;
}

button {
	background: #282828;
	color: #FFF;
	cursor: pointer;
	margin: 30px 0;
	padding: 5px 10px;
	width: 150px
}

button:hover {
	background: #080808;
}



#agenda-buttons {display: block;}

#agenda-buttons button {margin: 0;}

#add-agenda-button {float: left;}
#remove-agenda-button {float: right;}



#alternate-roomNeeds {display: none;}


.has-error label {color: #993333;}
.has-error input.text,
.has-error select {border: 1px solid #993333;}



