/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #acc6df url(../images/top_header.gif) no-repeat;
	padding: 90px 0 0 0;
	color: #000000;
}

table {
	font-size: 12px;	
}

table tr {
	border: 1px solid red;
}

input,
textarea {
	width: 200px;
	font-family: arial !important;
}

textarea#career_choice,
textarea#work_others,
textarea#priorities,
textarea#leadership,
textarea#interests,
textarea#marketresearch {
	width: 300px;
}

input.radio_button {
	width: 20px;
}

fieldset {
	width: 800px !important;
	padding: 0 10px 10px 10px;
	border: 1px solid #333399;
}

.confirm p {
	width: 800px;
}

fieldset.error_text {
	color: #ff0000 !important;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

legend,
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333399;
	font-weight: normal;
	padding: 0 6px 0 2px;
}

p {
	width: 820px;
}

span.error_text {
	color: #ff0000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.button_border {
	width: 822px;
	height: 30px;
	display: block;
	border: none;
}

.button,
.button_next,
.button_back,
.button_back_con,
.button_submit {
	width: 100px;
	height: 30px;
	color: #fff;
	padding: 0 0 0 0;
	border: none;
	background: url(../images/button_bg.gif) repeat-x;
}

.button_next,
.button_submit {
	float: right;
}

.button_back {
	float: left;
	margin: -50px 0 0 0;
}

.button_submit {
	width: 150px;
}
