* {
	font-family: Verdana, Tahoma, Helvetica, sans-serif !important;
	font-family: Tahoma, Helvetica, sans-serif !important;
	font-size: 10pt;
}

body {
	background: url("../img/background.gif") repeat-x scroll 0 0 #F0F0F0;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}

h2 {
	color: #00306B;
	padding-left: 5px;
	font-size: 15px;
}

h3 {
	color: #00306B;
	padding-left: 5px;
	margin-bottom: 0;
}

textarea {
	border-left: 1px solid #A8A49E;
	border-top: 1px solid #A8A49E;
	border-right: 1px solid #CCC8C3;
	border-bottom: 1px solid #CCC8C3;
	border-style: inset;
	margin: 0 1px;
	padding-left: 2px;
	box-sizing: border-box;
}

div#container {
	width: 1000px;
	margin: 0 auto 2px auto;
	border: 1px solid silver;
	background-color: white;
    min-height: 460px;
}

div#version_container {
	width: 1000px;
	margin: 0 auto;
}

div#header {
	width: 100%;
	background-color: #FFF;
}

div#logo {
    background: url(../img/padline-logo.png) no-repeat 0 0;
    float: right;
	width: 125px;
	height: 69px;
    margin-top: 10px;
    margin-right: 10px;
}

div#content {
	background-color: white;
	padding-top: 0;
	margin: 10px;
}

div#div_navigation {
    background: #0069B2 url(../img/header_curve.gif) no-repeat 820px 0;
    width: 830px;
	height: 20px !important;
	height: 18px;
	padding: 2px 5px 2px 10px !important;
	padding: 0 5px 0 10px;
}

div#div_login {
    background: #0069B2 url(../img/header_curve.gif) no-repeat 220px 0;
    height: 20px !important;
	height: 18px;
	width: 230px;
	padding: 2px 5px 2px 10px !important;
	padding: 0 5px 0 10px;
}

ul#login {
	height: 22px;
	margin: 0;
	padding: 2px 0 0 0;
}

ul#login li {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
	color: white;
}

ul#navigation {
	height: 22px;
	margin: 0;
	padding: 2px 0 0 6px;
	float: left;
	width: 100%;
}

ul#navigation li {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	display: inline;
}

ul#navigation a {
	color: white;
	text-decoration: none;
}

ul#navigation a:hover {
	text-decoration: underline;
}

ul#actions {
	height: 22px;
	margin: 0;
	padding: 2px 0 0 6px;
	float: right;
}

ul#actions li {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	display: inline;
}

ul#actions a {
	color: white;
	text-decoration: none;
}

ul#navigation a:hover {
	text-decoration: underline;
}

div.title {
    padding: 0;
    margin: 15px 15px 0;
}

span.title {
	color: #00306B;
	font-size: 15px;
	font-weight: bold;
}

div.breadcrumb {
	margin: 0 15px;
}

div.breadcrumb {
	padding: 0;
	margin-top: 10px;
}

span.breadcrumb {
	color: #00306B;
	font-size: 11px;
}

span.breadcrumb a {
	color: #0069B2;
	text-decoration: none;
}

span.breadcrumb a:hover {
	text-decoration: underline;
}

form.content_form {
	margin: 10px;
}

th {
	border-bottom: 2px solid #0069B2;
	text-align: left;
	color: #00306B;
	padding-top: 10px;
}

input[type="submit"] {
    background-color: #EAE4DA;
    border: 1px outset #A8A49E;
    border-right-color: #CCC8C3;
    border-bottom-color: #CCC8C3;
    margin: 0 1px;
	padding: 0 6px;
}

select {
    border: 1px inset #A8A49E;
    border-right-color: #CCC8C3;
    border-bottom-color: #CCC8C3;
    margin: 0 1px;
}

input {
    border: 1px inset #A8A49E;
    border-right-color: #CCC8C3;
    border-bottom-color: #CCC8C3;
    margin: 0 1px;
	padding-left: 2px;
}

input.button {
    border: 1px solid #CCC8C3;
    border-right-color: #404040;
    border-bottom-color: #404040;
    background-color: #EAE4DA;
	margin: 0 1px;
	padding: 1px 6px;
}

.ui-button-icon-only {
	width: 2.0em;
	height: 1.4em;
}

/* Style für das PRIMEFACES Element p:datePicker */
.ui-datepicker { /* Kalendar Hintergrundfarbe der Umrandung */
	background-color: #0069B2;
	color: white;
}
.ui-datepicker-calendar { /* Kalendar Hintergrundfarbe */
	background-color: white;
	color: black;
}
.ui-datepicker td a:hover { /* Ändere die Hintergrundfarbe, wenn über einen Tag gehovert wird */
	background-color: #0069B2;
	color: #fff;
}
.ui-datepicker-trigger.ui-button { /* Trigger Button, um das Kalender anzuzeigen */
	border: none;
	width: 24px;
	height: 44px;
	background: url("../img/icon_calendar.png") center center no-repeat;
}

.ui-inputfield {
	box-shadow: none;
	border-radius: 1px;
	padding: 1px;
	font-size: 10pt;
	color: black;
}

.ui-inputfield.ui-state-focus {
	box-shadow: none;
	border: 1px solid #8FBDE0;
}

.selectonlyvalue {
	border: none;
	background-image: none !important;
}

input[type="text"]:disabled {
	background-color: white;
	border: none;
	color: black;
}

input[type="text"] {
	border: 1px inset #A8A49E;
	border-right-color: #CCC8C3;
	border-bottom-color: #CCC8C3;
	margin: 0 1px;
	padding-left: 2px;
}

input[type="password"] {
    border: 1px inset #A8A49E;
    border-right-color: #CCC8C3;
    border-bottom-color: #CCC8C3;
    margin: 0 1px;
	padding-left: 2px;
}

table.messages {
	width: 100%;
	border: 1px solid #BCD2E5;
	background-color: #E2ECF5;
	margin-bottom: 10px;
}

.messages_error {
	background-image: url(../img/icon_warning.png);
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
	behavior: url(../js/iepngfix.htc);
}

.messages_warn {
	background: url(../img/icon_warning.png) no-repeat 0 1px;
	padding-left: 20px;
	behavior: url(../js/iepngfix.htc);
}

.messages_info {
	background: url(../img/icon_info.png) no-repeat 0 1px;
	padding-left: 20px;
	behavior: url(../js/iepngfix.htc);
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { /* display: inline-block; */
	margin-bottom: 10px;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a.icon_add {
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	height: 10px;
	width: 10px;
	background-image: url(../img/icon_add.png);
	behavior: url(../js/iepngfix.htc);
}

a.icon_add_large {
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	height: 15px;
	width: 15px;
	background-image: url(../img/icon_add_large.png);
	behavior: url(../js/iepngfix.htc);
}

a.icon_undo {
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../img/icon_undo.png);
	behavior: url(../js/iepngfix.htc);
}

a.icon_delete {
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../img/icon_delete.png);
	behavior: url(../js/iepngfix.htc);
}

a.icon_info {
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../img/icon_info.png);
	behavior: url(../js/iepngfix.htc);
}

a.admin_icon_delete {
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../img/icon_delete.png);
	behavior: url(../../js/iepngfix.htc);
}

a.icon_edit {
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	height: 18px;
	width: 18px;
	background-image: url(../img/icon_edit.png);
	behavior: url(../js/iepngfix.htc);
}

a.icon_protocol {
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	height: 18px;
	width: 18px;
	background-image: url(../img/icon_protocol.png);
	behavior: url(../js/iepngfix.htc);
}

a.icon_transfers {
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 5px;
	display: block;
	height: 18px;
	width: 16px;
	background-image: url(../img/icon_transfer.png);
	behavior: url(../js/iepngfix.htc);
}

a.icon_users {
	background-image: url(../img/icon_user_tiny.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 17px;
	width: 18px;
	display: block;
	margin-left: 5px;
	margin-top: 3px;
	behavior: url(../js/iepngfix.htc);
}

a.icon_surgery_tiny {
	background-image: url(../img/icon_surgery_tiny.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 16px;
	width: 16px;
	display: block;
	margin-left: 5px;
	margin-top: 3px;
	behavior: url(../js/iepngfix.htc);
}

.icon_surgery_disabled {
	height: 16px;
	width: 16px;
	display: block;
	margin-left: 5px;
	margin-top: 3px;
	behavior: url(../js/iepngfix.htc);
	float: right;
}

.box {
	margin: 2px;
	margin-bottom: 8px;
	border: 1px solid #BCD2E5;
	background-color: #E2ECF5;
	padding: 8px 10px 8px 110px;
	cursor: pointer;
}

.box:hover {
	border: 1px solid #8FBDE0;
	background-color: #C7DCED;
}

.box .headline {
	color: #00306B;
}

.box .ruler {
	width: 100%;
	height: 2px;
	color: #0069B2;
}

.certificates {
	background-image: url(../img/bg_certificate.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.certificates:hover {
	background-image: url(../img/bg_certificate_hover.jpg);
}

.departments {
	background-image: url(../img/bg_department.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.departments:hover {
	background-image: url(../img/bg_department_hover.jpg);
}

.user {
	background-image: url(../img/bg_user.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.user:hover {
	background-image: url(../img/bg_user_hover.jpg);
}

.upload_container {
	padding-left: 3px;
}

.selectOneMenuHideIcon .ui-icon,
.selectOneMenuHideIcon .ui-state-default{
	background: white !important;
	border: 1px solid white !important;
}

.ui-datatable .ui-state-highlight .ui-state-hover {
	border: none;
}

.ui-datatable .ui-state-hover {
	box-shadow: none;
	background-color: #C7DCED !important;
}

.ui-datatable tr.ui-datatable-even:hover, .ui-datatable tr.ui-datatable-odd:hover {
	background: #C7DCED;
}

.ui-datatable .ui-widget-content {
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: none;
	text-shadow: none;
}

.ui-datatable table {
	overflow: hidden;
	border-spacing: 0px;
}

.ui-datatable th,
.ui-datatable .ui-state-highlight {
	text-align: left !important;
	background: white;
	border: none;
	border-bottom: 1px solid #F0F0F0;
}

.ui-datatable thead th {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 2px solid #0069B2;
	color: #00306B;
	padding-top: 10px;
}

.ui-datatable tbody tr {
	background: white;
	border-bottom: 1px solid #F0F0F0;
}

.ui-datatable tbody td {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px solid #e0e0e0;
	padding: 1px 10px;
	color: #4f4f4f;
}

.ui-datatable tfoot td {
	border: none;
	background: white;
}

.ui-paginator {
	margin-bottom: 5px;
	float: left;
	border-bottom: none;
	border-right: none;
	border-left: none;
	background-color: white;
}

.ui-paginator .ui-state-active {
	background: #00306B !important;
}

.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last {
	background: #0069B2 ;
	border: none;
	color: white;
	text-shadow: none;
}

.ui-paginator .ui-paginator-first .ui-icon {
	background-image: url(../img/pagination_first.gif);
	background-position: center;
}

.ui-paginator .ui-paginator-prev .ui-icon {
	background-image: url(../img/pagination_prev.gif);
	background-position: center;
}

.ui-paginator .ui-paginator-next .ui-icon {
	background-image: url(../img/pagination_next.gif);
	background-position: center;
}

.ui-paginator .ui-paginator-last .ui-icon {
	background-image: url(../img/pagination_last.gif);
	background-position: center;
}

.datatable_column_score{
	width: 15%;
}

.datatable_column_small{
	width: 5%;
}

.datatable_column_trafficlight{
	width: 65%;
}

.logintable tr:first-child+tr td {
	padding-top: 5px;
}

.logintable th {
	padding-top: 0;
}

.table tr:first-child+tr td {
	padding-top: 5px;
}

.show_row {
	display: table-row;
}

.hide_row {
	display: none;
}

.show_inline {
	display: inline;
}

.hide_inline {
	display: none;
}

.help {
	line-height: 17px;
	font-size: 11px;
	font-family: Verdana !important;
	padding-bottom: 0;
}

.metadata {
	font-size: 11px;
	color: #000;
	font-family: Verdana, Tahoma, Arial;
}

.metadata a {
	font-size: 11px;
	color: #000;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
}

.metadata a:hover {
	text-decoration: underline;
}

#impressum {
	text-align: justify;
}

#impressum h3 {
	color: #00306B;
	margin-bottom: 2px;
	padding-left: 0;
}

#impressum p {
	margin-top: 2px;
	padding: 0;
}

#contact {
	font-size: 11px;
}

#contact h3 {
	color: #00306B;
	margin-bottom: 2px;
	font-size: 11px;
	padding-left: 0;
}

#contact h2 {
	color: #00306B;
	font-size: 13px;
	padding-left: 0;
}

.icon_user {
	background: url(../img/icon_user.png) no-repeat 0 0;
	height: 41px;
	width: 41px;
	display: block;
}

.icon_user:hover {
	background-position: -41px 0;
}

.icon_user_disabled {
	background-image: url(../img/icon_user.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 41px;
	width: 41px;
	display: block;
}

.icon_department {
	background-image: url(../img/icon_department.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 41px;
	width: 41px;
	display: block;
}

.icon_department:hover {
	background-position: -41px 0;
}

.icon_certificates {
	background-image: url(../img/icon_cert.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 41px;
	width: 41px;
	display: block;
}

.icon_certificates:hover {
	background-position: -41px 0;
}

.icon_surgery {
	background-image: url(../img/icon_surgery.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 41px;
	width: 41px;
	display: block;
}

.icon_surgery:hover {
	background-position: -41px 0;
}

td.desc {
	font-size: 11px;
}

.pvs_navigation th {
	padding-top: 0;
	border-bottom-width: 1px;
}

*+html div#applet {
	margin-top: 15px;
}

.upload_form {
	display: none;
}

.link {
	text-decoration: none;
	color: #0069B2;
	padding-top: 5px;
	padding-left: 12px;
	background-image: url(../img/icon_tiny_doc.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.ui-radiobutton .ui-radiobutton-box {
	background: #c4c4c4;
	width: 13px;
	height: 13px;
}

.ui-radiobutton .ui-radiobutton-icon {
	margin-left: -1px;
	margin-top: -2px;
}

/* Styles für das PRIMEFACES Element p:selectOneMenu */
.ui-selectonemenu {
	width:282px;
	border-radius: 1px;
}
.ui-selectonemenu-items {
	background-color: white;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
	background: white;
}
.ui-selectonemenu-panel .ui-state-hover,
.ui-selectonemenu-panel .ui-state-highlight {
	background: #0069B2;
}

/* Stil der aktiven Checkbox: Primefaces <selectBooleanCheckbox> */
.ui-chkbox-box.ui-widget.ui-state-active {
	cursor: pointer;
	background: url("../img/checkbox.svg") center center no-repeat;
}
.ui-chkbox-box.ui-widget.ui-state-active:hover {
	border-color: #004080;
}

/* Stil der Default Checkbox: Primefaces <selectBooleanCheckbox> */
.ui-chkbox-box.ui-widget.ui-state-default {
	width: 13px;
	height: 13px;
	border-radius: 3px;
	border: 1px solid #004080;
	background-color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
}
.ui-chkbox-box.ui-widget.ui-state-default:hover {
	border-color: #004080;
}

.infobox {
	margin: 0 auto 20px auto;
	width: 970px;
	border: 1px solid #B5AB00;
	background-image: url(../img/icon_warning.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFFCBF;
	padding: 5px 5px 5px 25px;
}

.scoring_table_top {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background-color: red;
}

.scoring_table_middle {
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #FFC500;
	margin: 0;
}

.scoring_table_bottom {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: green;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.user_list_deleted {
	color: silver;
}



 [draggable] {
	 -moz-user-select: none;
	 -khtml-user-select: none;
	 -webkit-user-select: none;
	 user-select: none;
	 /* Required to make elements draggable in old WebKit */
	 -khtml-user-drag: element;
	 -webkit-user-drag: element;
 }

.filecontainer {
	display: block;
	width: 100%;
	min-height: 210px;
	vertical-align: bottom;
	text-align: center;
	background: #FFF;
	position: relative;
}

.dragzone {
	border-bottom: 1px solid silver;
	height: 70px;
	font-size: 20px;
	color: #dcdcdc;
	position: relative;
	padding: 6px 6px 25px;
	overflow: hidden;
}

.dragzone:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.6;
	background: #FFF url(../img/upload-info.png) no-repeat center 10px;
}

.dragzone.over:before {
	border-bottom: 1px solid silver;
	background: rgba(0,0,0,0.2) url(../img/upload-info-drop.png) no-repeat center center;
}

.dragzone_overlay_title {
	color: silver;
	padding-top: 12px;
	font-size: 20px;
	display: block;
}

.fileupload {
	margin: 0 3px;
	padding-left: 0;
	border-radius: 0.5rem;
}

.upload_button {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d9d9d9 0px, #e9e9e9 100%) repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	color: #555555;
	cursor: pointer;
	display: block;
	margin: 5px auto;
	padding: 4px 10px;
	pointer-events: auto;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	vertical-align: baseline;
	white-space: nowrap;
	width: 150px;
	z-index: 10;
	top: 55px;
	position: absolute;
	left: 0;
	right: 0;
}

.no-pointer-events {
	pointer-events: none;
}

.bottom {
	bottom: 15px;
}

.center{
	margin: 0 auto;
	left: 4%;
}

#files {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

#files td {
    border-bottom: 1px solid #EEE;
}

.progress_container {
    border: 1px solid #F3F3F3;
    border-right: none;
    border-left: none;
    height: 10px;
    width: 100%;
    padding-top: 2px;

    background-color: #FCFCFC;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.18);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.18);
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.18);
    overflow: hidden;
}

.progress_bar {
    height: 9px;
    width: 0;

    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.28);

    background: rgb(138,237,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(138,237,0,1) 0%, rgba(143,196,0,1) 60%, rgba(97,183,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,237,0,1)), color-stop(60%,rgba(143,196,0,1)), color-stop(100%,rgba(97,183,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(138,237,0,1) 0%,rgba(143,196,0,1) 60%,rgba(97,183,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(138,237,0,1) 0%,rgba(143,196,0,1) 60%,rgba(97,183,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(138,237,0,1) 0%,rgba(143,196,0,1) 60%,rgba(97,183,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(138,237,0,1) 0%,rgba(143,196,0,1) 60%,rgba(97,183,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8aed00', endColorstr='#61b700',GradientType=0 ); /* IE6-9 */

    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

#notice_dialog_messages {
	display: none;
	border: 1px solid #BCD2E5;
	background-color: #E2ECF5;
	background-position: 2px 4px;
	padding: 3px 3px 3px 20px;
	margin-bottom: 2px;
}

#notice_dialog textarea {
	margin: 1px 0;
}

.icon_pdf {
	background: url(../img/icon_pdf.png) no-repeat 0 0;
	height: 16px;
	width: 16px;
	display: block;
}

.icon_download {
	background: url(../img/download.png) no-repeat 0 0;
	height: 16px;
	width: 16px;
	display: block;
	margin-top: 2px;
}

#notice_message_memory,
#mtan_success,
#notice_message_success,
#notice_message_error,
#notice_message_filetype,
#notice_message_maxsize {
	min-height: 64px;
	max-width: 400px;
	padding: 0 10px 10px 80px;
	font-size: 18px;
	line-height: 1.8em;
}

#notice_message_error {
	max-width: 650px;
}

#notice_message_error span {
	font-size: 18px;
	line-height: 1.8em;
}

#notice_message_memory,
#notice_message_error,
#notice_message_filetype,
#notice_message_maxsize {
	background: url(../img/icon_warning_large.png) no-repeat 0 0;
}

#mtan_success,
#notice_message_success {
	background: url(../img/icon_ok_large.png) no-repeat 0 0;
}

.button {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #8fc800 5%, #438c00 100%) repeat scroll 0 0;
	box-shadow: 0 1px 2px rgba(16, 48, 19, 0.5);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	padding: 4px 18px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
	font-weight: normal;
}
.button:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #84be00 5%, #418200 100%) repeat scroll 0 0;
}
.button:active {
	position: relative;
	top: 1px;
}

.secondary {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e9e9e9 5%, #d9d9d9 100%) repeat scroll 0 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	color: #555555 !important;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.4) !important;
}
.secondary:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ededed 5%, #d7d7d7 100%) repeat scroll 0 0;
}
.secondary:active {
	position: relative;
	top: 1px;
}
a.secondary:hover {
	color: #666666;
}

a.disabled {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%) repeat scroll 0 0;
	color: silver;
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.4);
	pointer-events: none;
}

a.disabled:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%) repeat scroll 0 0 !important;
}