
/* Forms */
/* ---------------------------------------------------------- */

p {margin-bottom: 10px}

.FormRow
{
	padding: 0px 0px 8px 0px;
	margin: 0;
}

.FormRowSubscribe
{
	clear: left;
	display: block;
	/* Fixes ie block enlargement */
	border-bottom: solid 1px #fff;
	padding-top: 10px;
	margin-bottom: 10px;
}

.FormEnd
{
	clear: both;
}
form .Label
{
	float: left;
	width: 140px;
	padding-top: 5px;
	display: block
}

form .LabelLong
{
	float: left;
	width: 150px;
	padding-top: 5px;
	display: block
}

form .Required
{
	float: left;
	width: 10px;
	color: red;
	padding-top: 5px;
	display: block
}

form .ReadOnlyLabel
{
	float: left;
	width: 200px;
	clear: none;
	display: block;
	padding-top: 5px;
	padding-left: 10px
}

form .DataFormat
{
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	width: 80px;
}
input.Text
{
	width: 200px;
	float: left;
	padding: 1px 0 1px 0	
}

input.TextProfile
{
	width: 200px;
	float: left;
}

textarea.Text
{
	width: 200px;
	float: left;	
}

input.TextOther
{
	width: 154px;
	float: left;
}
.FloatLeft
{
	display: block;
	float: left;
	padding:0 5px 0 150px;
}

input.SubmitButton, input.SendButton
{
	margin: 10px 0 10px 150px;
	background: #fff url(../images/btn-submit.gif) no-repeat top center;
	padding-bottom: 1px;
	width: 64px;
	height: 22px;
	border: 0px solid #fff;
	color: #fff;
	font-weight: bold;
}

input.SubmitButton
{	margin: 10px 0 10px 150px;}


input.SendButton
{	margin: 10px 0 10px 140px;}

input.SubmitButtonAlert
{
	background: url(../images/btn-addemailalert.gif) no-repeat;
	width: 113px;
	height: 22px;
	clear: both;
	background-color: #fff;
	border: 0px solid #fff;
	color: #fff;
	font-weight: bold;
}

input.RemoveProfileButton
{
	background-image: url(../images/btn-removeprofile.gif);
	width: 129px;
	height: 22px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px; 
	background-color: #fff;
	border: 0px solid #fff;
	color: #fff;
	font-weight: bold;
	margin-top: 10px
}

input.ClearButton
{
	background-image: url(../images/btn-clear.gif);
	width: 64px;
	height: 22px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px; 
	background-color: #fff;
	border: 0px solid #fff;
	color: #fff;
	font-weight: bold;
	margin-top: 10px
}

input.FloatNone
{
	float: none;
	margin-bottom: 0px;	
}

label.FloatNone
{
	float: none;	
}

#RequiredText
{
	clear: both;
	text-align: left;
	margin-left: 140px;
	color: #666;
	font-size: 12px;
}

#RedStar, .Mandatory
{
	color: red;
}

select
{
	width: 204px;
}

.CV
{
	display: block;
	margin-left: 113px;
	margin-top: 5px;
}

form .DatePickerIcon
{
	float: left;
	padding: 0px 6px 0px 2px;
}

form p
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.RedText
{
	color: red;
}

.FormHeaderText
{
	display: block;
	margin-right: 10px;
	float: left;
	margin-bottom: 5px;
}

.forgottenPassword
{
	clear: both;
	display: block;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-left: 140px;
}

h2.FormSectionTitle
{
	clear: both;
	color: #000;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #C9CBC6;
}

.CentreForm
{
	display: block;
	margin-top: 15px
}

.CentreForm small
{
	display: block;
	clear: both;
}


/* Email Article and Post Comment */
/*---------------------------------------------------------------------*/

#sMessage, #sComment
{
	width: 200px;	
}