/* To target a safari browser issue */

@media screen and (-webkit-min-device-pixel-ratio:0){

#form-field{
color: #fff;
float: right;
font-size: 13px;
font-weight: bold;
height: 240px;
line-height: 75%;
margin-right: 10px;
margin-top: 520px;
text-align:right;
width: 245px;
}

.hidden{
display: none;
}

.required{
font-size:10px;	
}