#form {
 	width:246px;
 	height:420px;
	padding:16px 0 0 0;
	margin:0;
	}
#form input {
	width:140px;
	height:13px;
	border:1px solid #c00000;
	background:#700000 url('../design-images/form-input.gif') repeat-x;
	font-size:11px;
	color:#fee7e7;
	text-align:center;
	padding:2px;
	margin:3px 0 0 0;
	}
#form textarea {
	width:236px;
	height:100px;
	border:1px solid #c00000;
	background:#700000 url('../design-images/form-textarea.gif') repeat-x;
	color:#fee7e7;
	font-size:12px;
	padding:10px 5px;
	margin:3px 0 0 0;
	}
#form #captcha_code {
	width:102px;
	height:15px;
	border:1px solid #c00000;
	background:#700000 url('../design-images/form-captcha.gif') repeat-x;
	color:#000;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	letter-spacing:6px;
	padding:3px;
	margin:0 0 3px 0;
	}
#form #submit {
	width:110px;
	height:24px;
	border:none;
	background:#700000 url('../design-images/form-submit.gif') repeat-x;
	color:#fc0;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	padding:0 0 4px 0;
	margin:15px 0 0 0;
	}
#form p {
 	text-align:center;
 	font-size:12px;
	padding:10px;
	margin:0;
	}

/* IE */
* html body #form input {margin:1px 0 0 0;}
* html body #form textarea {margin:1px 0 0 0;}