.additional {
    padding: 10px;
    background-image: linear-gradient(bottom, rgb(189,189,189) 0%, rgb(255,255,255) 84%);
    background-image: -o-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(255,255,255) 84%);
    background-image: -moz-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(255,255,255) 84%);
    background-image: -webkit-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(255,255,255) 84%);
    background-image: -ms-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(255,255,255) 84%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(189,189,189)),
        color-stop(0.84, rgb(255,255,255))
    );
}
.deleteButton {
    float: right;
    margin: 5px 5px 0px 0px;
}
#agreeField label {
    display: inline-block;
    margin-left: 5px;
}

.confirmLabel {
    font-weight: bold;
    font-size: 12px;
}
/*
 * Phone 
 */
#phoneCountry, #altPhoneCountry {
    display: inline-block;
    float: left;
    margin-right: 3px; 
}
#altPhoneCountry input, #phoneCountry input {
    width: 40px;
}
#altPhoneActual, #phoneActual {
    display: inline-block;
    float: left;
    margin-top: 2px;
}
#phoneActual input, #altPhoneActual input {
    width: 149px;
    float: left;
}
/* #phoneActual .error, #phoneCountry .error, #phoneArea .error,
#altPhoneActual .error, #altPhoneCountry .error, #altPhoneArea .error {
    border-color: red;
} */

.passLengthText {
    color: #000;
    font-size: 9px;
}

.registerNote {
    color: #000;
    font-size: 9px;
}

.stepsWrapper {
	width: 100%;
	height: 74px;
	/*border-top: 1px solid #000;*/
	overflow: hidden;
	border-bottom: 1px solid #C2C2C2;
	position: relative;
}

.steps {
	margin-top: 13px;
	text-align: center;
	background: #fff;
}

.sf-left {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/reg/sfera-left.png') no-repeat;
	width: 88px;
	height: 73px;
	display: block;
}

.sf-right {
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/reg/sfera-right.png') no-repeat;
	width: 88px;
	height: 73px;
	display: block;
}

div.steps .disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: inline-block;
}

div.steps .active {    
    display: inline-block;
}

img.step-sep {
	margin: 0 10px;
}

div.reg {
	margin: 0 auto;
	background: url('../images/reg/background.png') center repeat-y;
	text-align: center;
	padding: 20px 0 50px 0;
	color: #000;
}

div.thanks {
	margin: 0 auto;
	background: url('../images/reg/background.png') center repeat-y;
	text-align: center;
	padding: 20px 0 0 0;
	color: #000;
}

div.reg h1, div.thanks h1 {color: #000; width: 600px; margin: 0 auto; text-align: center;}
.thanks .errorMessage, .thanks .required { color: red; }

div.reg-panel2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 641px;
	background: url('../images/reg/panel-top.png') top no-repeat;
	margin-bottom: 30px;
}

div.reg-panel2 > .bot {
	position: absolute;
	bottom: -20px; right: 0px;
	width: 640px; height: 20px;
	background: url('../images/reg/panel-bot.png') no-repeat;
}

div.reg-panel2 > .cont {
	padding: 20px 25px 0px 25px;
	text-align: left;
	font-family: Helvetica, Verdana, sans-serif;
}

div.reg-panel2 > .cont label {
	color: #000;
}

div.reg-panel2 h1 {
	color: #000;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

div.reg-panel2 .hint {
	font-size: 11px;
	margin-bottom: 10px;
	color: #000;
}

div.reg-panel2 div.right {
	float: right;
	width: 276px;
	margin-right: 8px;
}


div.reg-panel2 div.left {
	float: left;
	width: 276px;
}

.clear {clear: both}

div.reg-panel2 .row {
	color: #898989;
	font-size: 14px;
	/* height: 64px; */
    position: relative;
}

.step2 .row {
	height: auto !important;
}

div.reg-panel2 input[type="text"], div.reg-panel2 input[type="password"]  {
	width: 263px;
	height: 24px;
	line-height: 24px;
	background: url('../images/reg/input-standard.png') top no-repeat;
	padding-left: 10px;
	border: 0;
}

div.reg-panel2 input[type="text"]:focus, div.reg-panel2 input[type="password"]:focus {
	background: url('../images/reg/input-standard.png') bottom no-repeat;
}

div.reg-panel2 select {
	width: 273px;
	height: 26px;
	background: url('../images/reg/inputBg.jpg') repeat-x;
	padding-left: 10px;
	padding-top: 3px;
	border-radius: 6px;
	border: 1px solid #828282;
}

div.reg-panel2 .big, .sourceLang select {
	width: 579px !important;
	height: 26px !important;
	background: url('../images/reg/inputBg.jpg') repeat-x;
	padding-left: 10px;
	border-radius: 6px;
	border: 1px solid #828282;
}

div.reg-panel2 .small {
	width: 42px !important;
	height: 24px !important;
	background: url('../images/reg/input-small.png') top no-repeat !important;
}
div.reg-panel2 .small:focus {
	background: url('../images/reg/input-small.png') bottom no-repeat !important;
}

div.reg-panel2 .small2 {
	width: 208px !important;
	height: 24px !important;
	margin: 0 !important;
	background: url('../images/reg/input-small2.png') top no-repeat !important;
}
div.reg-panel2 .small2:focus {
	background: url('../images/reg/input-small2.png') bottom no-repeat !important;
}

html>body div.reg-panel2 .small2 {
	width: 150px;	
}

textarea.reg-area, div.reg-area {
	width: 600px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
	height: 118px;
        /*overflow: scroll;*/
        overflow: auto;
	border-radius: 3px;
	background: url('../images/reg/textarea-bg.png') bottom repeat-x #e9e9e9;
	border: solid 1px #828282;
	border-width: 1px;
	color: #767676;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 0 0;
}

#agreeField label {
	color: #000;
	font-weight: normal;
}

div.reg .buttons {
	text-align: right;
}

div.reg-div {
	width: 620px; text-align: left; margin: auto;
}

div.step3 input[type="checkbox"]{
	clear: both;
	float: left;
	margin-right: 6px;
	margin-top: 7px;
}

div.step3 label{
	float: left;
	margin-top: 6px;
}

div.step3 select{
	width: 273px;
	height: 26px;
	float: right;
	background: url('../images/reg/inputBg.jpg') repeat-x;
	padding-left: 10px;
	border-radius: 6px;
	border: 1px solid #828282;
}

div.step3 select:disabled {
	-webkit-appearance: none;
}

.step3 .errorMessage {
    margin-left: 318px;
}

div.step3 select.error {
	background: url('../images/reg/input-standard.png') top no-repeat !important;
	border-color: none !important;
}

div.step3 .row {clear: both; height: auto !important;}
div.confirm .row {height:auto; margin: 10px 0; word-wrap: break-word;}
textarea.step3-area {
	width: 98%;
}

div.step3 .errorMessage {
	clear: both;
}

/*
div.reg-panel {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 625px;
	background: url('../images/reg/panel-fill.png') top repeat-x;
	margin-bottom: 20px;
}


div.reg-panel > .tl {
	position: absolute;
	top: 0px; left: -19px;
	width: 19px; height: 17px;
	background: url('../images/reg/tl.png') no-repeat;
}

div.reg-panel > .tr {
	position: absolute;
	top: 0px; right: -18px;
	width: 18px; height: 17px;
	background: url('../images/reg/tr.png') no-repeat;
}

div.reg-panel > .bl {
	position: absolute;
	bottom: -10px; left: -17px;
	width: 17px; height: 18px;
	background: url('../images/reg/bl.png') no-repeat;
}

div.reg-panel > .br {
	position: absolute;
	bottom: -10px; right: -17px;
	width: 17px; height: 17px;
	background: url('../images/reg/br.png') no-repeat;
}

div.reg-panel > .bot {
	position: absolute;
	bottom: -11px; right: 0px;
	width: 100%; height: 11px;
	background: url('../images/reg/bot-fill.png') repeat-x;
}

div.reg-panel > .l {
	position: absolute;
	top: 0px; left: -11px;
	width: 11px; height: 17px;
	background: url('../images/reg/l.png') repeat-y;
}

div.reg-panel > .r {
	position: absolute;
	top: 0px; right: -11px;
	width: 11px; height: 100%;
	background: url('../images/reg/l.png') repeat-y;
}
*/
	

div.center {
	text-align: center;
}

/* CONTRACTS */
.contract-header h1 {
	margin-top: 23px;
	/*color: #a6a7ad;*/
	/*font-weight: bold;*/
	/*font-size: 30px;*/
}

.download-contract {
	width: 148px;
	height: 23px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	background: url('../images/contracts/contractBtn.jpg') no-repeat;
	margin-bottom: 15px;
}

.upload-contract-button
{
  width: 148px;
	height: 28px;
	color: #fff;
	border:none;
	text-decoration: none;
	display:block;
	text-align: center;
	cursor:pointer;
}

#choose-files-button
{
display:inline-block;
margin: 0px 0px 10px 0px;
}

#choose-files-button,#upload-jpeg-button 
{
	background: url('../images/contracts/contractUploadBtn.jpg') no-repeat;
}

#upload-jpeg-button
{
margin:0px 0px 0px 0px;
}

#upload-jpeg-button.selected
{
  background: url('../images/contracts/contractUploadBtnSelected.jpg') no-repeat;
}

.download-contract:hover,
#upload-jpeg-button:hover,
#choose-files-button:hover 
{ color: #e1e1e1; }

.contract label { color: #2f2f2f !important; font-size: 18px !important; margin-bottom: 10px; }
.contract-bottom {
	background: url('../images/contracts/contract-bottom.jpg') no-repeat;
	display: block;
	width: 703px;
	height: 34px;
	margin: 0 auto;
}

#UserExperience_subtitling_companies {
	border: 1px solid silver;
	width: 100%;
	height: 100px;
	overflow: auto;
}
.prev_button {
	float: left;
}

#uploadContractLabel
{
 background-color:#e1e1e1;
 width:200px;
 height:28px;
 color:#343434;
 display:inline;
 position:absolute;
 cursor:pointer;
 border-radius: 3px;
 font-family: Helvetica, Verdana, sans-serif;
 font-size: 12px;
}

#selected-file-names
{
 width:100%;
 height:100%;
 text-align:left;
 padding-top:7px;
 padding-left:10px;
}

#contractAdditionalText {
    width: 615px;
    word-wrap: break-word;
    margin: 15px auto 0 auto;
    text-align: justify;
}

.reg-policy {
    margin: 10px;
    font-size: 12px;
}

.password-strength {
    position: absolute;
    top: -26px;
    left: 277px;
}

.taxform-registeration{
    background: none!important;
}