/* CSS Document */
div.form, div.form_buttons {
	margin:5px 0 5px 20px;
	}
div.form_bottons {
	text-align:right;
	}
div.form_bottons input.submit{
	background:#eb0100;
	border:1px solid #c2cdd3;
	color:#ffffff;
	font-family:Tahoma;
	font-size:11px;
	padding:2px 8px;
	cursor:pointer;
	}
table.form {
	margin:5px 0 5px 0;
	width:100%
	}
table.form td {
	vertical-align:top;
	color:#000000;
	}
table.form td.label {
	width:200px;
	text-align:left;
	padding:3px 5px 0 20px;
	color:#000000;
	}
input.textfield {
	width:97%;
	height:14px;
	border:1px solid #c2cdd3;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	}
textarea.textarea {
	width:97%;
	height:60px;
	border:1px solid #c2cdd3;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	}
input.filebrowser {
	width:97%;
	border:1px solid #c2cdd3;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	}
input.check, input.radio {
	position:absolute;
	margin:-3px 0 0 -25px;
	color:#000000;
	}
select.select {
	width:330px;
	height:18px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	}
table.form ul {
	list-style:none;
	margin:0;
	padding:0;
	}
table.form ul li{
	position:relative;
	padding:5px 0 5px 25px;;
	}
span.star {
	color:#f35d00;
	}
hr.form {
	border:1px solid #d4dcdf;
	border-bottom:1px solid #c2cdd3;
	}
