body {
	background: #E9EAEC;
	font-size 100%;
}

b {
	font-size: 1.2em;
	font-weight: 600;
}

h2 {
	font-size: 2.8em;
	font-weight: 600;
}

.mainR {
	width: 680px;
	margin: auto;
	padding: 20px 50px;
	border: #000000 1px solid;
	background: #ffffff;
}

.main {
	width: 960px;
	margin: 40px auto;
	padding: 20px 50px;
	border: #000000 1px solid;
	background: #ffffff;
}

.form {
    position: relative;
}

.logo {
    margin: auto;
}

.title {
    position: absolute;
    left: 400px;
    top: 60px;
    color: #10689a;
    font-weight: 800;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.6em;
    letter-spacing: 1px;
    text-align: center;
    margin: 40px 90px;
}
 
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ 
.cbp-mc-form:before, 
.cbp-mc-form:after { 
    content: " "; display: table; 
}
 
.cbp-mc-form:after { 
    clear: both; 
}*/
 
.column {
    width: 440px;
    padding: 10px 20px;
    margin: 5px;
    float: left;
    border: red 0px solid;
}
 
.form label {
    display: block;
    padding: 40px 5px 5px 2px;
    font-size: 0.9em;
    font-family: abel, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
 
.form select {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    line-height: 1.1;
    font-size: 1.1em;
    padding: 5px 10px;
    color: #222;
    display: block;
    width: 75%;
    background: #ffffff;
}

.form textarea,
.form input {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    line-height: 1.1;
    font-size: 1.2em;
    padding: 5px 10px;
    color: #222;
    display: block;
    width: 70%;
    background: #ffffff;
}
 
.form input,
.form select,
.form textarea {
    border: 3px solid #222;
}
 
.form textarea {
    min-height: 200px;
}

.hold {
	width: 1px;
	height: 100px;
} 
.form input:focus,
.form textarea:focus,
.form label:active + input,
.form label:active + textarea {
    outline: none;
    border: 3px solid #10689a;
}
 
.form select:focus {
    outline: none;
}
 
::-webkit-input-placeholder { /* WebKit browsers */
    color: #10689a;
    font-style: italic;
}
 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #10689a;
    font-style: italic;
}
 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #10689a;
    font-style: italic;
}
 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #10689a;
    font-style: italic;
}
 
.form input.submit {
    background: #10689a;
    border: #000 3px solid;
    color: #fff;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 8px;
    letter-spacing: 1px;
    text-align: center;
    margin: 40px 90px;
}
 
.form input.submit:hover {
    background: #1478b1;
}

.submit {
    background: #10689a;
    border: #000 3px solid;
    color: #fff;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 8px;
    letter-spacing: 1px;
    text-align: center;
    margin: 40px 90px;
}

.another {
			background: #10689a;
    		border: #000 3px solid;
    		color: #fff;
    		width: auto;
    		cursor: pointer;
    		text-transform: uppercase;
    		display: inline-block;
    		padding: 15px 30px;
    		font-size: 1.2em;
			font-weight: 800;
   			border-radius: 8px;
    		letter-spacing: 1px;
    		text-align: center;
			text-decoration: none;
    		margin: 40px 90px;
		}
		
.another:hover {
	background: #1478b1;	
}
		
.text {
    color: #000;
    		width: auto;
    		cursor: pointer;
    		text-transform: uppercase;
    		display: inline-block;
    		padding: 15px 30px;
    		font-size: 1.2em;
    		letter-spacing: 1px;
    		text-align: center;
    		margin: 0px 130px;
		}
		
.sm {
    color: #000;
    		width: auto;
    		font-size: 1.1em;
    		text-align: left;
    		margin: 10px 150px;
		}

#status {
			height: 30px;
			width: 160px;
			padding: 10px 20px 6px 30px;
			border: #000000 1px solid;
			position: relative;
			font-size: 1.5em;
			font-weight: 600;
			text-align: center;
		}
		
		.new {
			color: #ffcc00;
			background: #256eb8;
		}
		
		.open {
			color: #000000;
			background: yellow;
		}
		
		.sch {
			color: #ffffff;
			background: #009900;
		}
		
		.pend {
			color: #ffffff;
			background: #e65c00;
		}
		
		.comp {
			color: #ffffff;
			background: #666666;
		}
		
		.def {
			color: #ffffff;
			background: #000000;
		}
	
		
		#request {
			height: 20px;
			width: 1000px;
			border: red 0px solid;
			position: relative;
			right: -80px;
			font-size: 1.0em;
		}
		
		#num {
			width: 160px;
			position: relative;
			float: left;
			font-weight: 600;
			color: blue;
		}
		
		#numT {
			width: 160px;
			position: relative;
			float: left;
			border: red 0px solid;
		}
		
		#fac {
			width: 250px;
			position: relative;
			float: left;
			border: red 0px solid;
		}
		
		#loc {
			width: 180px;
			position: relative;
			float: left;
			border: red 0px solid;
		}
		
		#titl {
			width: 325px;
			position: relative;
			float: left;
			border: red 0px solid;
		}
		
		#date {
			width: 125px;
			position: relative;
			float: left;
			border: red 0px solid;
		}