.slidingDiv {display:none;}.alert-messages {
left: 0;
right: 0;

padding-bottom:15px;
}
.message {
position: relative;
width: 350px;
padding: 10px 12px;
margin: 0 auto;
text-shadow: 0 -1px 1px rgba(0,0,0,.5);
background: #C10404;
border-radius: 6px;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25);
box-shadow: 0 2px 4px rgba(0,0,0,.25);
}
.message-text {
display: block;
margin-right: 20px;
color: #ccc;
font-weight:bold;
font-size: 12px;
line-height: 16px;
text-align: center;
}

.alert-messages1 {
color: #F98B3F;
font-weight:normal;
font-size: 18px;
line-height: 16px;
text-align: center;
}.ui-alert-msg{    color: #000;
    font-weight:normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;    border-radius:3px;
    margin:10px;
    padding:25px;
   -webkit-box-shadow: 0 0px 3px #999;
    box-shadow: 0 0px 3px #999;    }.message1 {
position: relative;
width: 350px;
padding: 10px 12px;
margin: 0 auto;
text-shadow: 0 -1px 1px rgba(0,0,0,.5);
background: #FEF8E0;
border-radius: 6px;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25);
box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.message-text1 {
display: block;
margin-right: 20px;
color: #F98B3F;
font-weight:normal;
font-size: 18px;
line-height: 16px;
text-align: center;
}

.ui-form-container{
    background:#fff;
    border-radius:5px;
    box-shadow:0px 0px 3px #000; 
    width:75%;
    margin:0 auto; 
    padding:60px 0px;
    }
.ui-form{
    width: 70%;
    margin:0 auto; 
    }
.ui-form form {
    width: 100%;
    }
.ui-form form, .ui-form form input, .ui-form form textarea, .ui-form form label {
	font-family:Tahoma;
	font-size: 13px;
	margin-right:0px;
	}
.ui-form form div  {
    position: relative; 
    margin:0px;
    
    }
.ui-form form p  {
    position: relative; 
    margin:0px;
    padding:0;
    }
.ui-form form div label  {
    position: absolute; 
    top: 0; 
    left: 0;
    }
.ui-form form div input{
	background:#fff;
    color: #567792;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    height: 35px;
    }
.ui-form form div textarea{
	background:#fff;
    color: #567792;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    }
.ui-form form div input, .ui-form form div textarea{
    padding: 0px 0px 0px 4px;
    width: 99%;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    opacity: 1 !important;
    border: 1px solid #ddd;
    }
.ui-form form div input{
    line-height:0px;
    }
.ui-form input:focus, .ui-form textarea:focus{
    outline: none;
    }
.ui-form form div input:focus, .ui-form form div input.focused, .ui-form form div input.actasfocused{
    opacity: 1;
    box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -o-box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -webkit-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
   -moz-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
    background:#fff;
    }
.ui-form form div textarea:focus, .ui-form form div textarea.focused, .ui-form form div textarea.actasfocused{
    opacity: 1;
    box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -o-box-shadow: inset 0 1px 1px #fff, 0px 0px 10px #fffc06;
   -webkit-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
   -moz-box-shadow: inset 0 1px 1px #fff, 0 0 10px #fffc06;
    background:#fff;
    }
 .ui-form form div label {
	display: block;
	margin: 9px 5px 5px 6px;
	padding: 0;
	}
.ui-form form div input {
	border: solid 1px #ccc;
	color: #777;
	}
.ui-form form div label {
	color: #777;
	}
input[type='submit']{
    cursor:pointer;
    border:0px solid #ddd;
    width:100px;
    height:36px; 
    font-size:14px; 
    font-weight:bold; 
    color:#fff; 
    background: #fff url(../images/btn-search.gif) repeat-x; 
    border-radius:4px 4px 4px 4px;
    text-shadow: 0px 1px 1px #000;
    box-shadow:0px 1px 1px #000;
    behavior: url(ie-css3.htc);
    filter:progid:DXImageTransform.Microsoft.DropShadow(color='#000000',offX='1',offY='1');
    }
    
    fieldset{
   padding: 0;
       margin: 0;
       border:0;
    }
.chk-box p > input
{
       padding: 0;
       margin: 0;
       height: 16px;
       left: 0;
       opacity: 0;
}
.chk-box p > label
{
       float: left;
       line-height: 16px;
       color: #000;
       padding: 0 0 0 22px;
       -moz-transition: color 1s ease;
       -o-transition: color 1s ease;
       -webkit-transition: color 1s ease;
       transition: color 1s ease;
}
p:not(#foo) > input:hover + label, p:not(#foo) > input:focus + label,
p:not(#foo) > input + label:hover, p:not(#foo) > input:focus + label                        { text-shadow: 0px 1px 1px #ddd; color: #800000; }


p:not(#foo) > input + label
{
       background: url(../images/gr_custom-inputs.png) 0 -1px no-repeat;
       height: 16px;
}
p:not(#foo) > input[type=radio] + label                                                                                { background-position: 0 -161px; }

/* Checked styles */
p:not(#foo) > input[type=radio]:checked + label                                                         { background-position: 0 -241px; }
p:not(#foo) > input[type=checkbox]:checked + label                                                         { background-position: 0 -81px; }
p:not(#foo) > input[type=checkbox]:hover:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover,
p:not(#foo) > input[type=checkbox]:focus:checked + label                                         { background-position: 0 -101px; }
p:not(#foo) > input[type=radio]:hover:checked + label,
p:not(#foo) > input[type=radio]:focus:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover,
p:not(#foo) > input[type=radio]:focus:checked + label                                                 { background-position: 0 -261px; }

/* Hover & Focus styles */
p:not(#foo) > input[type=checkbox]:hover + label,
p:not(#foo) > input[type=checkbox]:focus + label,
p:not(#foo) > input[type=checkbox] + label:hover                                                         { background-position: 0 -21px; }
p:not(#foo) > input[type=radio]:hover + label,
p:not(#foo) > input[type=radio]:focus + label,
p:not(#foo) > input[type=radio] + label:hover                                                                { background-position: 0 -181px; }

/* Active styles */
p:not(#foo) > input[type=checkbox]:active + label,
p:not(#foo) > input[type=chec


.large-icon-lock {
    background-image: url(/images/lock-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 25px;
    padding-left: 30px;
    }
    
    
  