
/*
	SignUp third Width
*/

.signupSmall .submitContainer
{
	padding-right: 10px;
}
.dcfWizard input.typeSubmit.next
{
	float:right;
}
.signupSmall .width1Col .col1,
.signupSmall .width1Col .col2 {
    width: 600px; 
    float: left;
}
.signupSmall .width1Col .col1 { 
    margin-right: 10px;
 }

.signupSmall .width1Col input.typeText {
    width: 600px;
}


.signupSmall .width2Col .col1,
.signupSmall .width2Col .col2 {
    width: 290px; 
    float: left;
}
.signupSmall .width2Col .col1 { 
    margin-right: 10px;
 }

.signupSmall .width2Col input.typeText {
    width: 290px;
}

.signupSmall .width2Col .phonePicker input.typeText {
    margin-right: 0;
    width: 207px;
    height: 17px;
}
.signupSmall .width2Col .phonePicker select {
    width: 75px;
}

.signupSmall .width3Col .col1,
.signupSmall .width3Col .col2,
.signupSmall .width3Col .col3 {
    width: 190px; 
    float: left;
}
.signupSmall .width3Col .col1 { 
    margin-right: 10px;
 }
.signupSmall .width3Col .col2 {
    margin-right: 10px;
 }

.signupSmall .width3Col input.typeText {
    width: 190px;
}

.signupSmall .width3Col .phonePicker input.typeText {
    margin-right: 0;
    width: 105px;
    height: 17px;
}
.signupSmall .width3Col .phonePicker select {
    width: 75px;
}


/*** Theme Blue Button ***/
.dcfWizard fieldset {
	border: 1px solid #adb7bf;
	clear: both;
	margin: 10px 0;
	padding: 6px 10px;
	background: #edf0f2 url('../../img/dcf-fieldset-bg.jpg') no-repeat scroll 0 100%;
}

.dcfWizard input.typeSubmit {
	background: transparent url('../../img/dcf-button-blue.gif') no-repeat scroll 0 0;
	border-style: none;
	height: 32px;
	padding-bottom: 2px;
	text-align: center;
	width: 127px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.dcfWizard input.typeSubmit:hover {
	background: transparent url('../../img/dcf-button-blue.gif') no-repeat scroll 0 -32px;
}

.dcfWizard input.typeSubmit:focus,
.dcfWizard input.typeSubmit:active {
	background: transparent url('../../img/dcf-button-blue.gif') no-repeat scroll 0 -64px;
}

.dcfWizard div .wizardFooter {
    clear: both;
    color: #5D5D5D;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: -50px;
    margin-top: -10px;
    padding: 10px 15px;
    position: relative;
    top: -40px;
    width: 410px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}


.dcfWizard div .wizardFooter a {
	font-size: 10px;
	color: #223948;
}
