﻿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:172px;
	min-height:35px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#ccc;
	float:left;
	display: block;
	font-size: 120%;
	letter-spacing: -1px;
	font-weight: normal;
	color:#555555;
}
.form {
	margin:0;
	padding:0;
}
.div_textbox {
	width:701px;
	float:left;
	background-color:#e6e6e6;
	min-height:36px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	color: #333;
}

input, select, textarea {
	background-color:#f7f7f7;
	border: none;
	width:485px;
	font-size: 15px;
	font-weight:normal;
	color: #777777;
	padding: 5px 5px 5px 10px;
	min-height: 18px;
	border:1px solid #ccc;
	margin: 1px 5px 0 0;
}
input:focus, select:focus, textarea:focus {
	background-color:#ffffff;
}

textarea {
	width:600px;
	height: 220px;
}

input[type="checkbox"], input[type="radio"] {
	width:25px !important;
	min-height: 10px;
}

.style_list {
	width:120px;
	font:normal 12px Arial;
}

.short {
	width:120px;
}

.medium {
	width:240px;
}

.date_form {
	width:75px;
}

.div_button {
	width:699px;
	float:left;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:left;
	min-height:35px;
	margin-top:3px;
	padding:5px 0 3px 185px;
}

.div_button input[type="submit"], .div_button input[type="reset"], .div_button input[type="button"] {
	margin-right: 3px;
}

.div_button small {
	color: #333;
}

.div_button strong {
	color: #555;
}


.warning {
	width:865px;
	float:left;
	background-color:#fff;
	border:1px #f06a21 dashed;
	text-align:left;
	min-height:35px;
	margin-top:3px;
	padding:10px;
	color: #cf494f;
}

.warning h3 {
	font-size: 18px !important;
}


input[type="submit"], input[type="reset"], input[type="button"], button {
	display: inline-block;
	background: #245c9c url(../images/button_back.png) repeat-x;
	padding: 0 7px 0 7px;
	color: #ffffff;
	text-transform: uppercase;
	font-size:11px;
	line-height:32px;
	height:29px;
	width: auto; 
	min-width: 30px;
	overflow: visible;
	text-align: center;
	cursor: pointer;
	border: 0;
	margin: 0;
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	background:#3493be url(../images/button_back.png) 0 -30px repeat-x;
	color: #242424;	
}

input.button_short {
	width: 25px!important;
	margin: 0 2px 0 0;
	height:29px;
}

#search fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#search input {
	background: none;
	border: none;
	width:120px;
	font-size: 11px;
	text-transform: uppercase;	
	color: #aaa;
	padding: 5px 5px 5px 10px;
	min-height: 12px;
	border:1px solid #aaa;
	margin: 1px 5px 0 0;
}

.box .div_textbox {
	width:165px;
	min-height:27px;
}

.box label {
	width:40px;
	min-height:26px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#ccc;
	float:left;
	display: block;
	font-size: 120%;
	letter-spacing: -1px;
	clear: left;	
}

.box .div_button {
	width:188px;
	float:left;
	min-height:26px;
	margin-top:3px;
	padding: 5px;
	border: 0;
	text-align: right;
}

.box input[type="text"] {
	width: 150px;
	font-size: 100%;
	color: #777777;
	padding: 2px;
	min-height: 18px;
	border:1px solid #ccc;
	margin: 0;
}

.box input[type="submit"] {
	font-weight:normal;
	font-size: 80%;
}
