/* «I — Form» CSS File : by.avolver'10 */

/* <body /> */
* { margin: 0px; padding: 0px; }
body { font-size: 10pt; }

/* <form /> */
#dform table tr td { width: 350px; }
#dform h3{
 margin-top: 10px;
 }

/* <input type="text" /> */
#cInput { margin-bottom: 7px;}
#cInput label { vertical-align: top; }
#cInput label span.title {width: 240px; float: left; padding-right: 10px; }
#cInput input, #cInput textarea { width: 260px; }
#cInput span.optbutton { margin-left: 10px; }
#cInput span.optbutton input { width: auto; }
#cInput textarea { height: 70px; }
#cInput input.focus { border: 2px solid #00718F; }
#cInput textarea.focus { border: 2px solid #00718F; }
#cInput.areahere { height: 73px; }

/* <input type="submit" /> */
#cSend {}

/* validation error */
#vError { color: red; }