
@media all {

	/* ====== Global Element Rules ====== */

	body, form, fieldset, legend, h1, h2, h3, h4, h5, h6, div { 
	margin: 0;
	padding: 0; 
	}

	body {
	background: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
	}

	a:link {
	color: #fb9609;
	}
	
	a:visited {
	color: #07c7c8;
	}

	h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 10px 0;
	}

	h1 {
	color:#fb9609;
	font-size: 2em;
	}

	h2 {
	color: #07c7c8;
	font-size: 1.5em;
	}

	h3 {
	color: #edb901;
	font-size: 1.4em;
	}

	h4 {
	color: #ff0;
	font-size: 1.3em;
	}

	h5, h6 {
	color: #ff0;
	font-size: 1.2em;
	font-weight: bold;
	}

	object, embed {
	display: block;
	}

	img, fieldset {
	border: none;
	vertical-align: top;
	}

	abbr {
	border: none;
	}

	input, textarea, select {
	font: 1em Arial, Verdana, sans-serif, Myuen, Gulim;
	}
	
	q:before, q:after {
	content: ""; 
	}

	/* Form and/or Page messages */

	.docalert, .docalert a {
	color: #c00 !important;
	font-style: italic;
	text-decoration: none;
	}

	.docalert a:hover {
	text-decoration: none;
	}

	/* Used to accessibly hide elements (display: none may cause problems) */

	.wai {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
	}

	.seo {
	display: none;
	}

	/* First and Last element */
	
	.last, li.last a  {
	border-right: none !important;
	}

	/* Default layout properties */

	form {
	position: relative;
	width: 800px;
	height: 740px;
	margin: 0 auto;
	padding: 343px 0 0 60px;
	background: url(../images/verizon-student-network.jpg) left top no-repeat;
	font-size: 1.1em;
	}
	
	p {
	margin: 0;
	padding: 0;
	margin: 10px 0 5px;
	}
	
	label span {
	display: block;
	}
	
	label {
	display: block;
	margin: 0;
	padding: 0;
	margin: 5px 0 3px;
	cursor: pointer;
	}
	
	input.text {
	width: 280px;
	margin-right: 5px;
	}

	legend {
	color: #000;
	margin: 5px -6px 5px;
	}
	
	select {
	width: 287px;
	margin-right: 5px;
	}
	
	.date {
	margin-top: 10px;
	}
	
	.radio *, .date * {
	display: inline;
	display: inline-block;
	vertical-align: middle;
	}
	
	.radio option, .date option {
	display: block;
	}
	
	.radio label, .date label {
	margin: 2px;
	}
	
	input.submit {
	margin: 0;
	padding: 0;
	margin: 5px 0;
	}
	
	select#month {
	width: 70px;
	}
	
	select#day {
	width: 40px;
	}
	
	select#year {
	width: 60px;
	}
	
	#user-resume label {
	color: #f4000f;
	padding: 6px 0 3px;
	font-weight: bold;
	}

	#user-resume span {
	display: inline;
	}
	
	#user-resume p {
	width: 395px;
	}
	
	#state-city div {
	float: left;
	}
	
	#state {
	width: 140px;
	}
	
	#city {
	width: 134px;
	}
	
	#emaillabel {
	clear: both;
	}
	
	#state-city:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	}
	
}	