﻿fieldset {
	border:1px dashed #CCC;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
legend {
	font-size: 100%;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}
label {
	width:180px;
	min-height:31px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#ccc;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 125%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}
.form {
	margin:0;
	padding:0;
}
.div_textbox {
	width:725px;
	float:left;
	background-color:#e6e6e6;
	min-height:32px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

input, select, textarea {
	background-color:#f7f7f7;
	border: none;
	width:485px;
	font:normal 15px Arial;
	color: #777777;
	padding:3px 5px 3px 10px;
	min-height: 23px;
	border:1px solid #ccc;	
}
input:focus, select:focus, textarea:focus {
	background-color:#ffffff;
}

textarea {
	width:590px;
	height: 220px;
}

input.micro {
	width:50px !important;
}


input[type="checkbox"], input[type="radio"] {
	width:25px !important;
	min-height: 10px;
}

.style_list {
	width:120px;
	font:normal 12px Arial;
}

.short {
	width:160px;
}

select.short {
	width:200px;
}


.date_form {
	width:75px;
}

.div_button {
	width:730px;
	float:left;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:left;
	min-height:35px;
	margin-top:3px;
	padding:5px 0 3px 185px;
}

.warning {
	width:730px;
	float:left;
	background-color:#fff;
	border:1px #fcc dashed;
	text-align:left;
	min-height:35px;
	margin-top:3px;
	padding:5px 0 3px 185px;
	color: #cf494f;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	background:#32312f url(../images/button_bg.jpg) repeat-x;
	padding:3px 5px 3px 5px;
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
	font-size:11px;
	font-weight: bold;
	line-height:18px;
	height:26px;
	width: auto; 
	min-width: 30px;
	overflow: visible;
	text-align: center;
	cursor: pointer;
	border: 0;
	margin: 0 10px 0 0;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background:#bd352a url(../images/button_bg_o.jpg) repeat-x;
}

input.button_short {
	width: 25px!important;
	margin: 0 2px 0 0;
	height:29px;
}

button, input.button {
	background: #999;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	border: none;
	padding: 4px;
	cursor: pointer;
	margin-left: 5px;
	height: 25px;
}
button:hover, input.button:hover {
	background: #000;
}