@charset "UTF-8";
/* CSS Document */
.textInput
{
border: 1px solid #cdcdcd;
background: #f6f6f6;
color: #505050;
width: 100%;
height: 25px;
margin-top: 5px;
margin-left: 0px;
font-size: 1.1em;
}
.textInputPhone
{
border: 1px solid #cdcdcd;
background: #f6f6f6;
color: #505050;
height: 25px;
margin-top: 5px;
margin-left: 0px;
font-size: 1.1em;
}
.textInputLarge
{
border: 1px solid #cdcdcd;
background: #f6f6f6;
width: 100%;
color: #505050;
margin-top: 5px;
margin-left: 0px;
font-size: 1.1em;
}