﻿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:178px;
	min-height:39px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#ccc;
	float:left;
	display: block;
	font-family: "TrebuchetMS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	letter-spacing: -1px;
	font-weight: normal;
	color:#555555;
}
.form {
	margin:0;
	padding:0;
}
.div_textbox {
	width:641px;
	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: 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:639px;
	float:left;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:left;
	min-height:35px;
	margin-top:3px;
	padding:5px 0 3px 173px;
}

.div_button input[type="submit"], .div_button input[type="reset"], .div_button input[type="button"] {
	margin-right: 3px;
}

.warning {
	width:792px;
	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;
	font-weight: bold;
	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;
}

.nicEdit {
	background-color: #ffffff !important;	
}

.nicEdit-selected {
	background-color: #ffffff !important;	
}
.nicEdit-panel {
	background-color: #f7f7f7 !important;
}
.nicEdit-button {
	background-color: #f7f7f7 !important;
}