/* ############################################################################
   ##
   ##  Extranet Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */
   
#Primary {
	width: 100%;
}
#Secondary {
	display: none;
}

#GovernmentForm {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: 1px solid white;
}
	#GovernmentForm table {
		width: 100%;
	}
	#GovernmentForm table td {
		padding: 5px 0px;
	}
	#GovernmentForm input.radio {
		border: none;
	}
	#GovernmentForm input.text {
		width: 200px;
	}
	#GovernmentForm input.longtext {
		width: 580px;
	}
	#GovernmentForm textarea {
		width: 730px;
		height: 135px;
	}
	#GovernmentForm input.submit-button {
		/*display: inline;*/
		width: 185px;
		height: 49px;
		font-family: Arial;
		font-size: 110%;
		font-weight: bold;
		color: #005088;
		/*text-transform: uppercase;*/
		background: url(/images/content/b_yellow.gif) top left no-repeat;
		border: none;
		cursor: pointer;
	}
	#GovernmentForm .large-button {
		display: block;
		margin: 0px 0px;
		padding: 4px 0px 0px 0px;
		width: 150px;
		height: 23px;
		text-align: center;
		background: url(/images/templates/bg_button_large.gif) top left no-repeat;
		border: none;
	}
		#GovernmentForm .large-button a {
			font-family: Arial;
			font-size: 91.7%;
			font-weight: bold;
			color: #ffffff;
			text-transform: uppercase;
			text-decoration: none;
		}

.ValidationWarningBox
{   width: 90%;
    margin: 5px 20px 5px 20px;
    color:Red;
}

.EmailToMPDiv
{   /*border: 3px solid #aaaaaa;*/
    /*background-color: #eeeeee;*/
    padding: 10px 10px 10px 10px;
}

.EmailToMPDiv th
{   width: 150px;
}


.EmailToMPDiv textarea#styled {
	width: 600px;
	height: 120px;
	border: 1px solid #888888;
	padding: 5px;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;  font-size: 12px;
}

.EmailToMPDiv textarea#styledlengthy {
	width: 600px;
	height: 360px;
	border: 1px solid #888888;
	padding: 5px;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat; font-size: 12px;
}

.input_wide { width:400px; }

.MP_Buttons
{   width: 186px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	border: 0px;
    background: url(/images/content/b_blue.gif) top left no-repeat; 
    color: White;
    font-weight: bold;
}

.MP_Button_placeholder
{   text-align: center;
	padding: 20px;
}

.MP_Buttons a:hover 
{   text-decoration: underline;
	color: white;
	font-weight: bold;
}

.InputElement
{   /*background-color: #eeeeee;*/
    border: 0px;
}

.InputTextBox
{	border: 1px solid #888888;
    width: 400px;
}

.leftBlock {
    padding-left: 40px;
    text-indent: -35px;
    width: 150px;
    background-color: #666;
}
.leftBlock input {
    width: 20px;
}


