﻿/* Form */
.scfForm
{
	height: 100%;
	width: 528px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
    float: left;
	border: 1px solid #c0bfb3;
}
/* Form Title*/
.scfTitleBorder
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}


/* Form Introduction*/
.scfIntroBorder
{
}

/* Form Footer*/
.scfFooterBorder
{
}

/* Submit Button*/
.scfSubmitButtonBorder
{
	display: inline;
}

.scfSubmitButton
{
     background:transparent url(/images/form-link_red.png) no-repeat scroll left center;
     border: none;
     color:#FFFFFF;
     font-size: 16px;
     font-weight: bold;
     text-align: left;
     height:33px;
     width:528px;
     margin-top: -4px;
     padding-left: 10px;
     display: inline;
     cursor:pointer;

}
legend.scfSectionLegend
{
    float: left !important;
	width: 100%;
    min-width:100% !important;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 7px;
    border-bottom: 2px solid #e5e5e5;
}
/* Error */
.scfError
{
}

/* Validation */
.scfValidationSummary ul li
{
	color:#C11A43 !important;
	list-style: none !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 24px !important;
	margin-left: 5px !important;
	background:transparent url(/images/error-icon.gif) no-repeat scroll left center !important;
}
.scfValidationSummary {
	background-color:#F2F2F2;
	border-left:4px solid #FFFFFF;
	border-top:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
}
.scfValidatorRequired, .scfRequired
{
	margin: 0px 0px;
    font-size: 12px;
    font-weight: bold;
}
.scfValidator
{
	margin: 0px;
	display: block;
}

/* Forms section*/
.scfSectionBorderAsFieldSet
{
      float: left;
	width: 100%;
        border: none;
	padding: 0px;
        padding-bottom: 35px;
	margin: 0px;
}
.scfSectionBorder
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.scfSectionContent
{
	width: 100%;
	float: left;
}

.scfSectionUsefulInfo
{
	width: 100%;
	vertical-align: top;
	display: inline;
}

/* Form fields */
/* Checkbox */

.scfCheckboxBorder
{
	text-align: left;
	display: block;
	margin: 5px 0px;
	width: 76%;
        float: right;
        padding-top: 10px;
}

.scfCheckbox
{
	width: 90%;
	display: block;
	padding: 0px 0px;
	margin: 0px;
}

.scfCheckboxUsefulInfo
{
	font-size: 0.9em;
	display: block;
	width: 100%;
	padding-left: 20px;
}

/* Label */
.scfLabel
{
	width: 100%;
	display: block;
}

.scfListBoxGeneralPanel
{
	margin: 0px 3px;
	width: 61%;
	display: block;
	float: left;
}
.scfDropListGeneralPanel {
        margin: 0px 3px;
	width: 76%;
	display: block;
	float: right;
}
.scfListBox, .scfDropList
{
	margin: 0px;
}

.scfMultipleLineTextBox
{
	float: left;
    display: block;
	width: 526px;
	height: 273px;
        margin-top: 10px;
}
.scfEmailBorder, .scfMultipleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDateBorder, .scfListBoxBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder
{
	clear: left;
	text-align: left;
	display: block;
	width: 100%;
	vertical-align: top;
}
.scfDropListBorder, .scfSingleLineTextBorder, .scfCheckBoxListBorder, .scfRadioButtonListBorder, .scfMultipleLineTextBorder {
	clear: left;
	text-align: left;
	display: block;
	width: 100%;
	vertical-align: top;
    float: left;
    margin: 0;
	padding-top: 10px;
}
.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox
{
	width: 100%;
	margin: 0px;
}


.scfEmailLabel, .scfMultipleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDateLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel
{
	padding: 3px 0px;
	display: block;
	float: left;
}
.scfDropListLabel, .scfSingleLineTextLabel, .scfCheckBoxListLabel, .scfRadioButtonListLabel, .scfMultipleLineTextLabel {
	float: left;
	color: #727272;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}
.scfEmailGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDateGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel
{
	margin: 0px 3px;
	width: 60%;
	display: block;
	float: left;
}
.scfFileUploadGeneralPanel,
.scfFileUploadLabel
{
	padding-top:10px;
}
.scfSingleLineGeneralPanel, .scfCheckBoxListGeneralPanel, .scfRadioButtonListGeneralPanel {
     margin: 0px 3px;
	width: 76%;
	display: block;
	float: right;
}
.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo
{
	padding-left: 3px;
	font-size: 0.9em;
	width: 100%;
	display: block;
	float: left;
}

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear
{
	width: 33%;
	margin: 0px;
}

ul
{
	margin: 0px;
	padding: 0px;
}

.scfCreditCardType
{
	width: 100%;
}

.scfCaptchaLabelText
{
	width:180px;
}


.scfCaptcha img
{
	border : 1px solid black;
}

.scfCaptchaTextBox
{
	width : 100%;
}
.scfCaptchStrongTextPanel
{
	width : 180px;
	display: block;
	float: left;
}

.scfCaptchaBorder, .scfCaptchaGeneralPanel
{
	margin-top : 0px;
	margin-bottom : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.scfCaptchaLimitGeneralPanel
{
	width:215px;
}

.scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired
{
	float: right;	
}

.scfCaptchaGeneralPanel embed
{
   position:absolute;
   z-index : -10;
}

.scfCaptchaGeneralPanel td br
{
	margin-top : 3px;
	margin-bottom : 5px;
}

.scfCaptchaGeneralPanel td input
{
	margin-left:20px;	
}

.scfCaptchaGeneralPanel table
{
	margin-top: 30px;
}
.scfRadioButtonListGeneralPanel label, .scfCheckbox label{
        margin-left: 5px;
}
.scfCheckBoxListGeneralPanel label {
        float: left;
        width: 90%;
        padding-left: 5px;
        text-align: left;
}
.scfCheckBoxListGeneralPanel input {
        float: left;
}
