.bdcontainer {

}

/* .commonform input[type=submit] { */
/* 	color: transparent; */
/*     background: url(../images/common/sign_up_button.png) no-repeat; */
/*     width:300px; */
/*     height:40px; */
/*     border: none; */
/*     cursor: pointer; */
/* } */

/* .commonform input[type=submit]:hover {
    background: url(../images/common/sign_up_button_over.png) no-repeat;
} */


.commonform .fieldwrapper {
	margin-top: 0px;
    padding-top: 5px;
    padding-left:20px;
}

.commonform .fieldwrapper > div {
	display: block;
}

.commonform #domainPostFix {
	color: #999999;
	position:absolute;
	right: 2px;
	top: 4.5px;
	z-index: 2;
	font-size: 16px;
}

.commonform #domainWrapper {
    display: block;
    width: 300px;
    border: 1px dotted #999999;
    padding: 1px 0px;
    background-color: #FFFFFF;
    position: relative;
}

.commonform input[type=text], .commonform  input[type=password] {
    display: block;
	width: 232px;
	height: 30px;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	font-size: 12px;
	color: #666;
	padding: 1px 12px 0 12px;
	margin: 0 auto;
	box-shadow: inset 0px 2px 2px #f2f2f2;
	-webkit-box-shadow: inset 0px 2px 2px #f2f2f2;
	-moz-box-shadow: inset 0px 2px 2px #f2f2f2;
}
/*.ie8 .commonform input[type=text] {padding-top:5px !important;height: 25px !important;}
.ie8 .commonform input[type=password]{padding-top:5px !important;height: 25px !important;}*/

.dj_ie8 .commonform input[type=text] {
	padding-top: 10px; line-height: 12px; height: 20px;
}
.dj_ie8 .commonform  input[type=password] {
	padding-top: 8px; line-height: 12px; height: 22px;
}
.dj_ie8 .sms_common sms_activation {
	display: block; clear: both; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;
}

.commonform .hint_sms {
	display: none;
}

.commonform .fieldwrapper select {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 4px;
	color: #666;
	width: 259px;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0px 2px 2px #f2f2f2;
	-webkit-box-shadow: inset 0px 2px 2px #f2f2f2;
	-moz-box-shadow: inset 0px 2px 2px #f2f2f2;
}

#recaptcha_widget {
	margin-top: 10px;
}

#recaptcha_frame div {
    float: right;
    margin-top: 3px;
}

#recaptcha_frame span {
    float: left;
    padding-top: 6px;
}

#recaptcha_frame {
    margin-right: 11px;
}

#recaptcha_image {
	margin-bottom: 3px !important;
}

#recaptcha_image img {
	height: 57px !important;
	width: 300px !important;
	border: 1px dotted #999999 !important;
}

#top_body div {
	float: left;
}

#activationForm {
	margin: 0 auto;
	display: table;
	padding-top: 20px;
}

#activationForm .activation_hint_sms {
	display: inline;
}

.bdcontainer {
	
}

#signupform input[type=submit] {
    /*background: url(../images/common/sign_up_button.gif) no-repeat;
    width:300px; 
    height:40px;
    border: none;
    cursor: pointer;*/
   border: 1px solid #1180C5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-shadow: 0 1px #444;
    font-size: 12px;
    font-weight: bold;
    box-shadow: inset 0 1px 0 #5AB3E6;
    background: -moz-linear-gradient(top, #239ADE 0%, #1885C8 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #239ADE), color-stop(1, #1885C8));
    width:300px;
    height:40px;
    border: none;
    cursor: pointer;
    font-size:20px;
    font-weight:normal;
}

#signupform input[type=submit]:hover {
   /* background: url(../images/common/sign_up_button_over.gif) no-repeat;*/
  	background: -moz-linear-gradient(top, #1885C8 0%, #239ADE 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #1885C8), color-stop(1, #239ADE));
}


#signupform .fieldwrapper {
	margin-top: 5px;
	padding-top: 5px;
}

#signupform #domainPostFix {
	color: #999999;
	position:absolute;
	right: 2px;
	top: 4.5px;
	z-index: 2;
	font-size: 16px;
}

#signupform #domainWrapper {
    display: block;
    width: 300px;
    border: 1px dotted #999999;
    padding: 1px 0px;
    background-color: #FFFFFF;
    position: relative;
}

#signupform  input[type=text], #signupform  input[type=password] {
    width: 300px;
    height: 23px;
    color: #666666;
    border: 1px dotted #999999;
    font-size: 16px;
}

#signupform .hint_sms {
	display: none;
}

#recaptcha_widget { 
	margin-top: 10px;
}

#recaptcha_frame div {
    float: right;
    margin-top: 3px;
}

#recaptcha_frame span {
    float: left;
    padding-top: 6px;
}

#recaptcha_frame {
    margin-right: 18px;
    display: block;
    height:20px;
}

#recaptcha_image {
	margin-bottom: 3px !important;
	padding-left:15px;
}

#recaptcha_image img {
	height: 57px !important;
	width: 247px !important;
	border: 1px dotted #999999 !important;
	padding-left: 10px;
}

#top_body div {
	float: left;
}

.commonform .dijitValidationTextBox  {
	width: 244px;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	font-size: 12px;
	color: #666;
	padding: 1px 0px 0 12px;
	margin: 0 auto;
	box-shadow: inset 0px 2px 2px #f2f2f2;
	-webkit-box-shadow: inset 0px 2px 2px #f2f2f2;
	-moz-box-shadow: inset 0px 2px 2px #f2f2f2;
}

.commonform .dijitValidationContainer {
	height: 30px;
}

.inUsedEmailWarning .inline {
	float: left;
}
.inUsedEmailWarning .clear {
	clear:both;
}

.inUsedEmailWarning .inUsedEmailWarningMessage {
	vertical-align: middle;
	height: 32px;
	line-height:32px;
}

.inUsedEmailWarning .error-icon-wrapper {
	width: 50px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.inUsedEmailWarning .error-icon {
	background-image: url("../images/portal/warning-32x32.png");
	width: 32px;
	height: 32px;
	display: inline-block;
}