
input[type="text"], input[type="password"],input[type="file"] , textarea, select
{
font-size: 12px;
background: #ffffff;
border: 1px solid #6b655f;

/* color: #dedad5; */

}

input[type="text"], input[type="password"],input[type="file"]
{

height: 18px;
/* color: #dedad5; */

}

/*
input[type="button"],input[type="submit"]{
cursor:pointer;
border: 1px solid #6b655f;
background:#2b2823;
color:#dedad5;
font-weight:bold;
}
*/


.requiredtext {color: #FF0000}

