/* Document : validate-style Created on : Mar 10, 2014, 2:00:43 AM Author : Mahesh Chathuranga Description: Purpose of the stylesheet follows.*/
root {
display: block;
}
.div-form {
padding: 9px 0px 0px 9px;
}
#star {
color: #ff0000;
}
.star {
color: #ff0000;
}
.notvalidated {
margin: -20px 0px 0px 0px;
position: absolute;
padding-left: 21px;
padding: 0px 5px 0px 5px;
background-color: #af0000;
color: #fff;
font-weight: bold;
border-radius: 2px;
box-shadow: 3px 3px 6px #666;
display: none;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
.notvalidated-cap {
margin: -20px 0px 0px 100px;
position: absolute;
padding-left: 21px;
padding: 0px 5px 0px 5px;
background-color: #af0000;
color: #fff;
font-weight: bold;
border-radius: 2px;
box-shadow: 3px 3px 6px #666;
display: none;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
#sending {
display: none;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url("img/sending.gif") 50% 50% no-repeat rgb(255, 255, 255);
}
#checking {
display: none;
}
.div-check {
height: 20px;
width: 300px;
}
.text-box {
width: 375px;
display: block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
font-family: Tahoma, Geneva, sans-serif;
padding: 0px 0px 0px 10px;
color: rgb(133, 133, 133);
font-weight: 900;
}
.text-box-cap {
width: 100px;
display: block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
font-family: Tahoma, Geneva, sans-serif;
padding: 0px 0px 0px 10px;
color: rgb(133, 133, 133);
font-weight: 900;
margin: 30px 0px 0px 10px;
}
#div-center {
background: -webkit-gradient(linear, bottom, left 175px, from(#cccccc), to(#eeeeee));
background: -moz-linear-gradient(bottom, #cccccc, #eeeeee 175px);
margin: auto;
position: relative;
width: 550px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-style: italic;
line-height: 24px;
font-weight: bold;
color: #ff8f00;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.myButton {
-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
box-shadow: inset 0px 1px 0px 0px #fff6af;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color: #ffec64;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #ffaa22;
display: inline-block;
cursor: pointer;
color: #333333;
font-family: arial;
font-size: 15px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 0px 1px 0px #ffee66;
}
.myButton:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color: #ffab23;
}
.myButton:active {
position: relative;
top: 1px;
}
#dismessage {
display: none;
background: -webkit-gradient(linear, bottom, left 175px, from(#cccccc), to(#eeeeee));
background: -moz-linear-gradient(bottom, #cccccc, #eeeeee 175px);
margin: auto;
position: relative;
width: auto;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-style: italic;
line-height: 24px;
font-weight: bold;
color: #00af00;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); /* margin-top:10px;*/
margin-bottom: 10px;
}
.refresh-img {
width: 23px;
height: 30px;
margin: -33px 0px 18px 95px;
} /*@media only screen and (max-width:769px) { .refresh-img{ margin: 0px!important; }}*/
.contact-detail-box {
padding-bottom: 45px;
}
.contact-detail-box h5 {
color: #001f54;
padding-top: 10px;
font-size: 16px;
}
|