#registerform input[type="text"], #registerform input[type="password"], #room_setup_form input[type="text"], #room_setup_form input[type="password"] {
    background: url('../../images/homev2/input-bg.png') #fff;
    font-size:13px;
    width: 225px;
    height:28px;
    line-height: 28px;
    padding: 0px;
    padding-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #C5C5C5;
}

#registerform label, #register_form label {
    color: #555555;
}

h1.signup_dialog_heading {
    margin-top: 30px;
}

#boxes .window {
    width: 280px;
}

#register_form #done {
    margin-top: 15px;
    background: #E58A08 url(https://bluejeans.com/z1/media/css/images/misc/button-gradient.png) repeat-x 0 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
    border: 1px solid #D2800A;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    border-image: initial;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 237px;
    height: 35px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E58A08', endColorstr='#E58A08' );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E58A08', EndColorStr='#E58A08')"
}

#register_form #done:hover {
    background: #E58A08 url(https://bluejeans.com/z1/media/css/images/misc/button-gradient.png) repeat-x 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E58A08', endColorstr='#E58A08' );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E58A08', EndColorStr='#E58A08')"; /* IE8 */
}

.fieldwrapper {
    margin-bottom: 10px;
}

#register_form .error {
    position: relative;
    width: 86%;
    line-height: 14px;
    word-wrap: break-word;
}

#register_form.de .error {
    word-break: break-all;
}

#tos_pp_checkbox #id_tos_pp_checkbox {
    vertical-align: top;
}

#id_honeypot {
    display: none;
}

#registerform input[type="text"] ,#registerform  input[type="password"] , #room_setup_form input[type="text"] ,#room_setup_form  input[type="password"]
{
    margin-top:5px;
    margin-bottom:5px;
    margin-left: auto;
    margin-right: auto;
}

#registerform #tos_terms {
    font-size: 11px;
    display: inline-block;
    width: 79%;
    line-height: 18px;
    word-wrap: break-word;
}

#register_form.de #tos_terms {
    word-break: break-all;
}

#tos_terms .tos-link {
    line-height: 10px;
}

#signup-options-section {
	height: 37px;
	width: 235px;
	color: #6f6f6f;
	background-color: #fafafa;
	border: 1px #cacbcc solid;
	margin-top: 20px;
	font-size: 13px;
}

#signup-options-blurb {
  margin-left: 8px;
  display: table;
  height: 100%;
  float: left;
  width: 145px;
}

#signup-options-blurb .options-text {
  display: table-cell;
  vertical-align: middle;
  line-height: 17px;
}

#signup-options {
	height: 33px;
	float: right;
}