/*----------------------------------------------------------------------------------
-------------- rouks-forms --------------------------------------------------------------
----------------------------------------------------------------------------------*/


input[type="text"], input[type="password"] { width: 380px; }
input[type="button"], input[type="submit"]  { width: 120px; }
input[type="text"], input[type="password"], textarea {border:1px solid #c0c0c0; border-radius:3px; color:#8d8d8d; font-size:10pt; padding: 3px; line-height:25px;}
input[type="text"], input[type="file"], input[type="button"], input[type="submit"], input[type="password"] {height:30px}
textarea {font-family:Tahoma, Geneva, sans-serif;resize:none;overflow:auto; height:200px; width:300px}
input[type="text"]:focus, input[type="button"]:focus,  input[type="password"]:focus, textarea:focus {color:#2f2f2f}
