form {
font-family: ‘Open Sans’, tahoma;
}
.myForm td, input, select, textarea, checkbox {
font-family: ‘Open Sans’, tahoma;
font-size: 13px;
}
.required {
color: #FF8000;
}
body input[type=”text”],
body input[type=”password”],
body textarea {
border: 1px solid #a7a9ac;
border-radius: 3px;
padding: 5px 5px 5px 8px;
width: 250px;
}
body select:focus,
body input[type=”text”]:focus,
body input[type=”password”]:focus,
body textarea:focus {
/*border: 1px solid #a7a9ac;*/
border: 1px solid #ffaa55;
background-color: #ffffa6;
transition: all 0.2s ease-out 0s;
/*box-shadow: 2px 2px 2px #ffaa55;*/
/*border-radius: 3px;
padding: 5px 5px 5px 8px;*/
}
body select {
background-color: #fff;
border: 1px solid #a7a9ac;
border-radius: 3px;
color: #464646;
font-weight: 400;
padding: 5px 5px 5px 5px;
}
input[type=”button”],
input[type=”submit”] {
padding: 5px 10px 5px 10px;
background-color:#FFAA55;
color: white;
font-weight: normal;
border:1px solid #FFAA55;
cursor: pointer;
border-radius: 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
margin-right: 3px;
text-shadow: 1px 1px 1px #444;
min-width: 80px;
font-size: 13px;
min-width: 80px;
transition: all 0.2s ease-out 0s;
/*-moz-box-shadow: 2px 2px 1px #9A909A;
box-shadow: 2px 2px 1px #9A909A;*/
}
input[type=”submit”]:hover{
background-color: #FF8000;
}
// <![CDATA[
function CheckMultiple269(frm, name) {
for (var i=0; i
|
|