﻿/*
Widths that need to be specified in this style (result of rendering issues in IE when using percentages):
Entire_Form_DIV						max width
div.noOffset						max width
span.question						Entire_Form_DIV - 85
span.answer							85px
#BFS_Occupation_DIV span.question	Entire_Form_DIV - 210
#BFS_Occupation_DIV span.answer		210px
#BestTime_DIV span.question			Entire_Form_DIV - 100
#BestTime_DIV span.answer			100px
#Submit_Button_DIV					max width
*/
#Entire_Form_DIV
{
	width: 365px;
	padding: 0px 0px 0px 16px;
	border: none;
	border-collapse: collapse;
	margin: 0px;
	outline-width: 0px;
}

div.offSetLeft
{
	border: none;
	border-collapse: collapse;
	margin: 0px;
	float: left;
	padding: 0px;
	outline-width: 0px;
	font-family: inherit;
	font-size: inherit;
}

div.offSetRight
{
	border: none;
	border-collapse: collapse;
	margin: 0px;
	float: right;
	padding: 0px;
	outline-width: 0px;
	font-family: inherit;
	font-size: inherit;
}

div.noOffset
{
	border: none;
	border-collapse: collapse;
	float: left;
	width: 365px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	outline-width: 0px;
	font-family: inherit;
	font-size: inherit;
}

div.noOffsetContainer
{
	border: none;
	border-collapse: collapse;
	float: left;
	clear: both;
	width: 365px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	outline-width: 0px;
	font-family: inherit;
	font-size: inherit;
}

span.question
{
	margin: 0px;
	float: left;
	width: 280px;
	clear: left;
	outline-width: 0px;
	padding: 0px;
	font-family: inherit;
	font-size: inherit;
}
span.answer
{
	margin: 0px;
	float: right;
	width: 85px;
	clear: right;
	outline-width: 0px;
	padding: 0px;
	font-family: inherit;
	font-size: inherit;
}

p.question
{
	border: none;
	border-collapse: collapse;
	margin: 0px;
	outline-width: 0px;
	padding: 0px;
	font-family: inherit;
	font-size: inherit;
}
p.answer
{
	border: none;
	border-collapse: collapse;
	margin: 0px;
	outline-width: 0px;
	padding: 0px;
	font-family: inherit;
	font-size: inherit;
}

#AreaStudy_DIV
{
	margin: 0px 0px 15px 0px;
}

#Programs_DIV
{
	margin: 0px 0px 15px 0px;
}

#City_DIV
{
	width: auto;
}

#State_DIV
{
	width: auto;
}

#Zip_DIV
{
	width: auto;
}

#Country_DIV
{
	width: auto;
}

#BFS_Occupation_DIV
{
}
#BFS_Occupation_DIV span.question
{
	width: 155px;
}
#BFS_Occupation_DIV span.answer
{
	width: 210px;
}

#BestTime_DIV
{
}
#BestTime_DIV span.question
{
	width: 265px;
}
#BestTime_DIV span.answer
{
	width: 100px;
}

#Submit_Button_DIV
{
	width: 365px;
}
#Submit_Button_DIV input
{
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	float: right;
}
