/* fieldset elements */

form {
	margin:0;
	padding:0;
	color: #000;
}
fieldset {
	margin:0; padding:20px 5px 0 7px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	border:none;
	width:220px;
	background:#fff;
}
fieldset legend {
	display:none;
}

input, textarea {
	padding:5px 0 0 5px; margin:5px 0 5px 0;
	background-color:#fcfcfc;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	width:210px;
	border:1px solid #dfdfdf;
	color:#000;
	overflow:auto;
}

input {
	height:16px;
}

textarea {
	height:120px;
}

#buttons {
	width:100%;
	text-align:center;
}

input.btn {
	margin:0; padding:0;
 	border:none;
	width:70px; height:25px;

	background:#f3f3f3;
	border:1px solid #dfdfdf;
	outline:none;
	color:#333;
}

/* absolute form-box */

#form {
	position:absolute;
	margin:0;
	padding:6px;
	background:url(../images/all/boxes.gif) repeat;
	width:232px;
	right:51px;
	top: 226px;
}

* html #content #form {
	right:30px;
	width:230px;
}

#form img {
	margin:0; padding:0;
}

* html #content #form img {
	margin:-2px 0 -2px 0; padding:0;
}
