/* 

STYLE SHEET FOR - I WANT TO BE A NERD - APPLICATION FORM
Created by Troy Ricci for Pixelscience
www.pixelscience.ca

*/

body {
	font-size: 12px;
	font-family: "trebuchet MS";
	background-color: #E6E6E8;
	color:#FFFFFF;
	margin:0;
	padding:0;
	background-image: url(../imgs/body_bg2.jpg);
	background-repeat: repeat-x;
	
}

#centre {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4D4D4D;
}

#application {
	padding-bottom:20px;
	width:850px;
	background-color: #4D4D4D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #666666;
}

.right {
	float: right;
	margin-right: 175px;
	margin-top: 8px;
}

#mastehead {
	background-image: url(../imgs/app/mastheadbg.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 960px;
	background-color: #CC0000;
	margin-bottom:20px;
}

#mastehead p {
	display: block;
	width: 740px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

.clear {
  clear: both;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 0 solid transparent;
}

/* legend styling */
legend {
	font-weight: bold;
	font-size:16px;
	color: #FFFFFF;
	float: left;
	display: block;
	background-image: url(../imgs/app/red_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

* html legend {
	margin-left:-10px;
	}

form p {
	width: 400px;
	display: block;
}
.form_right {
	float: right;
	margin-top:-12px;
}

* html .form_right {
	margin-top:10px;
	}

/*IE7 Filter*/

*:first-child+ html .form_right {
	margin-top:21px;
	}

/* style for  labels */
label {
	float: left;
	width: 11.5em;
}

label.larger {
	width:auto;
	}
	
input, select {
  width: 200px;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #FFFFFF;
}

input.radio {
  float: left;
  margin-right: 1em;
}

input.year {
	width:50px;
	height:15px;
	margin-bottom: 4px;
	float: left;
	margin-right: 5px;
	}
	
.left {
	float: left;
	}
	
.language {
	width: 100px;
	}

table {
	border-collapse:collapse;
	}

table label {
	width:65px;
	}
	
td {
	padding:4px 2px 4px 4px;
	}	

.button {
	width:100px;
	}

table#details_table {
	float: left;
	clear:both;
	width:600px;
}

#details_table label {
	width:160px;
	}
	
.odd {
	background-color: #666666;
	}

textarea {
	width: 375px;
	height: 100px;
	}
.reasons p {
	margin-left: -25px;
}
h3 {
	margin-left: 15px;
}
