@charset "utf-8";

input, textarea, select {font-size: 100%; padding: 0px; color: #000; border: 1px solid #56616C; background: #FFF url('../images/bgform.gif') repeat-x top left;}
input:hover, textarea:hover, select:hover {border: 1px solid #56616C; background: #FFF url('../images/bgformover.gif') repeat-x bottom left;}
input:focus, textarea:focus, select:focus {border: 2px #ffffff inset; background: lightyellow url('../images/bgformover.gif') repeat-x bottom left;}



input[type="checkbox"], input[type="radio"], input[type="image"] {border: none; background: none;}
input[type="submit"], input[type="button"] {cursor: pointer;}
input[disabled="disabled"] {font-weight: normal; color: #999;}

#frm_edit input[type="text"], textarea {width: 300px;}
textarea {height: 30px;}

form div {margin: 1px;}


.edit_txt, .edit_area {width: 350px;}
.edit_area {height: 200px;}
.edit_btn {color: #C46005; font-size: 90%; font-weight: bold;}

.edit_selshow {color: #C46005; width: 300px;}

.cfa_input_btn {margin: 0px 20px;}
.cfa_input_txt, .cfa_input_drop, .cfa_input_area {border: 1px solid #999; color: #000; padding: 0px 3px; margin-bottom: 1px; font-size: 90%;}
.cfa_input_area {width: 650px; height: 50px;}

