#errMessageDiv { /* due the jquery issues vith visibilty hidden, I added this div as placeholder */
    width:510px;
    margin-right:17px;
    margin-top: 10px;
    margin-bottom:15px;
    display: none;
}

#errorMessageTop,#errorMessage2Top,#errorMessage3Top { /* error messages for login form - invalid credentials */
    width:100%;
    background-color:red;
    margin-right:17px;
    margin-top: 10px;
    margin-bottom:15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    padding: 3px;
}
.wrongCredentials { /* message displayed when user enter wrong user name or password */
    color:#ffffff;
    font-family: AllerItalic, Verdana, Helvetica, sans-serif;
    font-size:14px;
    text-align:center;
    margin: 0;
}
.requiredFieldDiv { /* place holder div for the box displayed right of the fields when user try to submit empty form , again added due the jquery issue with visibilithy : hidden */
    width:130px;
    height:32px;
    float:right;
    display:inline;
    margin-top:-37px;
    padding:5px;
    font-size:1em;
    
}

.requiredFieldMsg1, .requiredFieldMsg2 ,.requiredFieldMsg3 { /* box displayed right of the fields when user try to submit empty form */
    width:130px;
    height:32px;
    background-color:red;
    float:right;
    margin-right:-150px;
    /*margin-top:6px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    display:none;
    text-align: center;
}

.col1, .col2 {
    width:40%;
    margin-top:20px;
}

.styled-button-1 {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#fff;
	background-color:#008DDA;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:16px;
	height:36px;
	padding:4px 16px;
	text-shadow:#FE6 0 1px 0;
        margin-top:15px;
           
}

label {
    width:200px;
    float:left;
}

.form-control-new {
    border:1px solid #487AB9;
    width:300px;
}
