
.textCss, 
textarea, 
textarea.form-control {
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    /*border: 3px solid #fff;*/
    border-right:none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
        margin-bottom: 10px;
        box-shadow:none;
        -webkit-box-shadow: none 0 0px 0px rgba(0,0,0,.075);
         -moz-box-shadow: none 0 0px 0px rgba(0,0,0,.075);
}
.textCss:hover
{
	border: 3px solid #fff;
	
}
textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

.textCss:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #fff;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.textCss:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

.textCss:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

.textCss::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }



.form-bottom .btn {
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    /*background: #19b9e7;*/
    background:#0C2949 url("img/others/menu-strip.png") repeat-x scroll 0px 0px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-bottom .btn:hover { opacity: 0.6; color: #fff; }

 .form-bottom .btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.form-bottom .btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

.form-bottom .btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

   .form-bottom .control-wth-validator
        {
          /*  width: 98%;
         
            padding-left: 1.1%;*/
			float:left;
			
			width:90.8%;
            
        }
        .form-bottom input[type="text"]  ,input[type="password"] 
        {
        	border-bottom-right-radius:0px;
        	border-top-right-radius:0px;
        	-moz-border-bottom-right-radius:0px;
        	-moz-border-top-right-radius:0px;
        	-webkit-border-bottom-right-radius:0px;
        	-webkit-border-top-right-radius:0px;
        	 
        }
        .form-bottom .control-validator
        {
          /*  width: 1%;*/
          float:left;
        width:5px;
        }
        .input-group-addon
        {
       padding: 17px 12px;
        background:rgba(255, 255, 255, 0.96);
        float:left;
        }
        .signup
        {
        	margin-left:33%;
        }
        
        
       
