/* CSS Document */
form {
	color:#787975;
	font: 13px/1.231 Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
form fieldset {
	border: none;
	margin: 10px 0px;
	padding: 0px;
	clear: both;
}

button, input, select, textarea, label, select {
    font-family: inherit;
    font-size: inherit;
	color: #3F3F38;
	max-width: 100%;
}
label {
    display: block;
}
.label {
    -moz-user-select: none;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0.5em;
}
.label.display_block {
    display: block;
}
.label .info {
	font-weight: normal;
}
label,
.bottom15em {
    margin-bottom: 1.5em;
}
label:after {
	clear: both;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    display: block;
    font-size: xx-large;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.cke_dialog label:after {
	clear: none;
    content: "";
    display: inherit;
    font-size: inherit;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="url"], textarea, span.info_field, select.styled, div.select {
    height: 32px;
	line-height: 20px;
    width: 98.6%;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
	padding: 0 6px;
}
textarea {
	resize: vertical;
	line-height: 20px;
}
body.gecko input[type="text"], body.gecko input[type="number"], body.gecko input[type="email"], body.gecko input[type="password"], body.gecko input[type="url"], body.gecko span.info_field {
	width: 100%;
}
body.gecko textarea {
	width: 100%;
	padding-right: 0;
}
input[type="number"] {
	max-width: 100px;
}
input[type="text"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="url"]:hover, textarea:hover, div.select.hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #A0A0A0 #B9B9B9 #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, textarea:focus, div.select.focus {
	/*border:1px solid #5797D2;*/
	border:1px solid #4D90FE;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
	outline:medium none;
}
.form_error input[type="text"], .form_error input[type="number"], .form_error input[type="email"], .form_error input[type="password"], .form_error input[type="url"], .form_error textarea, .form_error div.select {
    border: 1px solid #DD4B39;
}
input.readonly,
textarea.readonly,
div.select.readonly {
    border-color: #C0C0C0 #D9D9D9 #D9D9D9 !important;
	background-color: #F5F5F5 !important;
}
div.select {
	overflow: hidden;
	background: url(../../images/icon/down-icon_24x24.png) no-repeat right #FFF;
	display: inline-block;
	overflow: hidden;
	padding-right: 8px;
}
body.ie7 div.select,
body.ie8 div.select {
	height: 30px;
}
body.ie7 div.select {
	display: inline;
}
div.select span.selected_item {
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: auto;
}
select.styled {
    background: none repeat scroll 0 0 transparent;
    padding: 3px 0;
	border: 0 none;
    opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
    position: relative;
	height: 31px;
	display: block;
}
div.info {
	min-height: 32px;
	line-height: 24px;
}
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
	width: 13px;
	height: 13px;
	line-height: 15px;
	margin: 0;
	display: inline;
}
label.radio,
label.checkbox {
	width: auto;
	text-align: left;
	padding: 0 20px 0 8px;
	cursor: pointer;
	margin: 0;
	display: inline;
}
label.checkbox.readonly {
	cursor: default;
	color: #787975;
}
label.checkbox.checked {
	color: #3F3F38;
}
input[type="radio"].info,
input[type="checkbox"].info,
label.radio.info,
label.checkbox.info {
	cursor: default;
}
label.radio:after,
label.checkbox:after {
	clear: none;
    content: '';
    display: inline;
}
.body_color {
	color: #787975;
}

span.info_field {
	width: 100%;
	line-height: 27px;
	font-family: inherit;
	font-size: inherit;
	background-color: #F5F5F5;
}
span.info_field {
    display: block;
    min-height: 18px;
    overflow: visible;
	height: auto;
}
body.gecko span.info_field {
    min-height: 28px;
}

.errormsg {
    color: #DD4B39;
    display: block;
    line-height: 17px;
    margin: 0.5em 0 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 100000;
}
#form_msg {
    margin: 0;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100001;
	width: 100%;
}
#form_msg .drop_container {
    float: none;
    margin: 0 auto;
    width: 550px;
	display: block;
	padding: 20px 25px;
	background-color: #FFF;
}
#form_msg .drop_content {
    float: none;
	display: block;
	color: inherit;
}
#form_msg h1 {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0;
}
#form_msg p {
	line-height: 15px;
	margin: 0 0 12px;
}

.fields_wrapper,
.files .files_wrapper {
    border: 1px solid #D9D9D9;
	background-color: #FDFDFD;
	overflow: hidden;
}
.files .files_list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.files .files_list .file {
    background: url(../../images/icon/attach.png) no-repeat scroll 1px 50% transparent;
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
}
.files .files_list li.file:first-of-type {
	margin-top: 15px;
}
.files .files_list .file span {
    display: inline-block;
    line-height: 20px;
    padding: 0 4px;
	vertical-align: top;
}
.files .files_list .file a {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}
.files .files_list .file a.file-command {
    background: url(../../images/icon/x.png) no-repeat scroll left top transparent;
    height: 20px;
    padding: 0;
    width: 20px;
	vertical-align: top;
}
.files .files_list .file.deleted a, .files .files_list .file.deleted a:link, .files .files_list .file.deleted a:visited, .files .files_list .file.deleted a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #666666;
    cursor: default;
    text-decoration: line-through;
}
.files .files_list .file .file-size {
    color: #999999;
}
