﻿/*form_main*/
.table_form {
	display: block;
	border: 0;
}
.table_form td { vertical-align: middle; padding: 0 0 5px 0; }
.table_form td.cell_titlegroup {
	color: #3080b1;
	border-top: 1px #3080b1 dotted;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.table_form td.cell_label {
	text-align: left;
}
.table_form td.cell_field {  }
.table_form td.cell_error {
	padding: 0 0 0 5px;
	font-size: 11px;
	color: #1bd0ce;
}
/*fields: begin*/
label {
	cursor: pointer;
	margin: 0 5px 0 0;
}
input, select, textarea {
	padding: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #3080b1;
	font-weight: normal;
	font-style: italic;
}
input:focus, select:focus, textarea:focus { border: 1px solid #de2968; }
input {
}
select {
	padding: 0;
	height: 23px;
}
input[type=radio], input[type=checkbox] {	
	border: 0;
	margin: 0;
	width: auto;
	height: auto;
	background: none;
}
input[type=file] {
	height: 25px;
}
input[type=submit], button {
	background: #3080b1 url(../images/src/button_background.png) no-repeat;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	border: 1px outset #4c4b4b;
	padding: 0 2px 0 2px;
}
/*fields: end*/
