/* CSS Document */
div.form, div.form_buttons {
	margin:5px 20px;
	}
div.form_bottons {
	padding:10px 37px;
	text-align:right;
	}
div.form_bottons input.submit{
	background:#BA0121;
	border:1px solid #ffffff;
	color:#ffffff;
	font-family:Tahoma;
	font-size:11px;
	padding:3px 10px;
	}
table.form {
	margin:5px 0;
	width:100%
	}
table.form td {
	vertical-align:top;
	}
table.form td.label {
	width:150px;
	text-align:right;
	padding:3px 5px 0 0;
	}
input.textfield {
	width:90%;
	height:16px;
	border:1px solid #d9d9d9;
	padding:2px 3px;
	font:Tahoma;
	font-size:11px;
	}
textarea.textarea {
	width:90%;
	height:60px;
	border:1px solid #d9d9d9;
	padding:2px 3px;
	font:Tahoma;
	font-size:11px;
	}
input.filebrowser {
	width:90%;
	border:1px solid #d9d9d9;
	padding:2px 3px;
	font:Tahoma;
	font-size:11px;
	}
select.select {
	width:390px;
	height:18px;
	font:Tahoma;
	font-size:11px;
	}
table.form ul {
	list-style:none;
	margin:0;
	padding:0;
	}
table.form ul li{
	position:relative;
	padding:5px 0 5px 25px;;
	}
span.star {
	color:#bc0025;
	}
hr.form {
	border:1px solid #ffffff;
	border-bottom:1px solid #e5e5e5;
	}

