select option:first-child{ color: #A9A9A9; }
.cent {width:99%}
.submitd{color: #4775cb;padding-top:15px}
.op{margin-top: 2px;width: 90%;font-family: helvetica,sans-serif;}
.pageitem {max-width:1000px;}

input:required,select:required{
    background-image: radial-gradient(#EB4840 10%, transparent 16%), radial-gradient(#EB4840 10%, transparent 16%);
  
	background-size: 26px 26px;
    background-position: 98% 30%;
    background-repeat: no-repeat;
}
input:hover,select:hover,textarea:hover{
  background-color: #F9F9F9;
}
input:required:valid ,select:required:valid{
  background-image:none
}

::placeholder { 
    color: #A9A9A9;
    opacity: 1; 
}

:-ms-input-placeholder { 
    color: #A9A9A9;
}

::-ms-input-placeholder { 
    color: #A9A9A9;
}
select:required:invalid {
color: #A9A9A9;
}
option[value=""][disabled] {
display: none;
}
option {
color: #4775cb;
}