html, body {
  margin: 0;
  padding: 0;
}

body {
  background: white;
  background-position: center 0;
  background-repeat: repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 19px;
  font-size: 14px;
  color: #3d3d3d;
  overflow-x: hidden;
}

a, .link {
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #3d3d3d;
  text-decoration: underline;
}

a img { border: 0; }

.overTxtDiv {
  opacity: 0.5;
  margin-top: 2px;
  margin-left: 1px;
}


/* HEADER */

#header {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  overflow: visible;
  width: 100%;
  height: 232px;
}


/* GLOBAL TOP BAR */

#global {
  position: relative;
  height: 33px;
  overflow: visible;
  margin: 0 auto;
  background: white;
  width: 940px;
}

#search {
  display: none;
}


/* GLOBAL NAVIGATION */
#global-navigation {
  list-style: none;
  margin: 0 0 0 2px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}

#global-navigation li {
  height: 33px;
  margin: 0;
  float: left;
  background: transparent url('../images/global_navigation/separator.png') right 0 no-repeat;
  padding: 0 2px 0 0;
  text-transform: none;
  font: 11px/11px Arial, Helvetica, sans-serif;
  letter-spacing: 0.2px;
}

#global-navigation li.last {
  background: none;
}

#global-navigation li.selected a {
  display: block;
  color: #3d3d3d;
  text-decoration: none;
}
#global-navigation li span {
  display: block;
  padding: 12px 15px;
}

#global-navigation a {
  text-decoration: none;
}

/* LOGIN */

#login {
  position: absolute;
  top: 7px;
  left: 480px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

#login-info .logout,
#login a.tule-mukaan {
  margin-left: 20px;
}

#login-form-container {
  position: absolute;
  left: -35px;
  top: 25px;
  width: 200px;
  background: transparent url('../images/sliding_window.png') 0 bottom no-repeat;
  padding: 10px 35px 35px 35px;
  text-transform: none;
  display: none;
}

#login-form-container label {
  display: block;
  position: relative;
  margin-bottom: 4px;
  font-size: 11px;
}

#login-form-container label input {
  position: absolute;
  right: 0;
  width: 130px;
  border: 1px solid #ccc;
}

#login-info .welcome-message {
  display: block;
  top: 1px;
  position: relative;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  margin-right: 12px;
}

#login-form .button {
  margin-left: 68px;
}


/* THEME AUTHOR */

#theme-author {
  position: absolute;
  right: 50%;
  top: 40px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  margin-right: -470px;
}

#theme-author a {
  text-decoration: none;
  color: inherit;
}

/* LOGO */

#site-title span {
  display: none;
}

#site-title {
  position: absolute;
  display: inline; /* IE6 */
  width: 186px;
  height: 112px;
  top: 67px;
  left: 50%;
  margin: 0 0 0 -475px;
  padding: 0;
}

#header.no-main-navigation #site-title {
  top: 74px;
}


/* MAIN NAVIGATION */

#main-navigation {
  display: block;
  position: relative;
  list-style: none;
  margin: 160px auto 0px auto;
  padding: 0;
  height: 35px;
  width: 940px;
}

#main-navigation li {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  height: 35px;
  background: white url('../images/main_navigation_separator.gif') right 10px no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
}

#main-navigation li.last {
  background-image: none;
}

#main-navigation li a {
  margin: 0;
  padding: 9px 30px 11px 30px;
  height: 15px;
  display: block;
  background-position: 50% 59%;
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none;
  color: #3d3d3d;
}

#main-navigation li.selected {
  background-image: none;
  margin-right: 1px;
}

#main-navigation li.selected a {
  background-color: #3d3d3d;
  color: white;
  height: 18px;
  top: -2px;
  margin: 0 -1px;
}

#main-navigation li.selected a span {
  position: relative;
  top: 2px;
}

#main-navigation li.selected.first a {
  margin-left: 0;
}


/* SECONDARY NAVIGATION */

#secondary-navigation {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

#secondary-navigation ul {
  margin: 0 0 19px 0;
  padding: 0;
  list-style: none;
}

#secondary-navigation ul ul {
  margin: 1px 0;
}


#secondary-navigation ul li {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 15px; /* IE6 */
}

html>body #secondary-navigation ul li {
  height: auto;
  margin-bottom: 2px;
}

#secondary-navigation ul li a,
#secondary-navigation ul li span {
	cursor: pointer;
	display: block;
	padding: 7px 10px 6px 20px;
	color: #3d3d3d;
	text-decoration: none;
	background-position: 7px 11px;
	background-repeat: no-repeat;
	background-image: url('../images/secondary_navigation_arrow_dark.png');
}

#secondary-navigation ul.user-actions a.expandable,
#secondary-navigation ul.user-actions span.expandable {
	background-image: url('/common_files/images/secondary_navigation_expand_light.png');
}
#secondary-navigation a.expandable,
#secondary-navigation span.expandable {
	background-image: url('/common_files/images/secondary_navigation_expand_dark.png');
}

#secondary-navigation ul.user-actions a.collapsible,
#secondary-navigation ul.user-actions span.collapsible {
	background-image: url('/common_files/images/secondary_navigation_collapse_light.png');
}

#secondary-navigation a.collapsible,
#secondary-navigation span.collapsible {
	background-image: url('/common_files/images/secondary_navigation_collapse_dark.png');
}

#secondary-navigation ul li ul li,
#secondary-navigation ul li.selected li {
  background-repeat: repeat;
  background-image: url('../images/secondary_navigation_sub_bg.png');
  margin-bottom: 1px;
}


#secondary-navigation ul li ul li a,
#secondary-navigation ul li.selected ul li a,
#secondary-navigation ul li ul li span,
#secondary-navigation ul li.selected ul li span {
	color: #3d3d3d;
	background: transparent url('../images/secondary_navigation_arrow_dark.png') no-repeat 20px 6px;
    padding: 5px 0 4px 38px;
    font-size: 11px;
    height: 11px;
    line-height: 11px;
}

#secondary-navigation ul.user-actions li a,
#secondary-navigation ul.user-actions li span {
  color: #fff;
  background-image: url('../images/secondary_navigation_arrow_light.png');
}

#secondary-navigation ul li.selected a,
#secondary-navigation ul li a:hover,
#secondary-navigation ul li ul li a:hover,
#secondary-navigation ul li.selected span,
#secondary-navigation ul li span:hover,
#secondary-navigation ul li ul li span:hover {
  background-color: #3d3d3d;
  background-image: url('../images/secondary_navigation_arrow_light.png');
  background-repeat: no-repeat;
  color: white;
}

#secondary-navigation ul li.selected a.expandable,
#secondary-navigation ul li a.expandable:hover,
#secondary-navigation ul li ul li a.expandable:hover,
#secondary-navigation ul li.selected span.expandable,
#secondary-navigation ul li span.expandable:hover,
#secondary-navigation ul li ul li span.expandable:hover {
  background-image: url('../images/secondary_navigation_expand_light.png');
}

#secondary-navigation ul li.selected a.collapsible,
#secondary-navigation ul li a.collapsible:hover,
#secondary-navigation ul li ul li a.collapsible:hover,
#secondary-navigation ul li.selected span.collapsible,
#secondary-navigation ul li span.collapsible:hover,
#secondary-navigation ul li ul li span.collapsible:hover {
  background-image: url('../images/secondary_navigation_collapse_light.png');
}

/* CONTENT */

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: -4px;
  width: 940px;
  padding: 38px 0 0 0;
  border-top: 4px solid #3d3d3d;
}

#content {
  float: left;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32px;
  line-height: 35px;
  font-weight: normal;
  margin: -5px 0 33px -2px;
  padding: 0;
  letter-spacing: -0.6px;
  max-width: 630px;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 18px 0;
  line-height: 20px;
  padding: 0;
  position: relative;
  top: 6px;
  max-width: 600px;
}

h3 {
  position: relative;
  top: 10px;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 19px 0;
  padding: 0;
  max-width: 600px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  color: inherit;
}

h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

ol+h4,
ul+h4,
p+h4 {
  margin-top: 19px;
}

p {
  margin: 0 0 19px 0;
  padding: 0;
}

p.intro {
  position: relative;
  top: -9px;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 19px;
  letter-spacing: -0.04px;
}

ul,ol {
  margin: 19px 0 19px 0;
  padding: 0 0 0 14px;
}

li {
  margin: 0;
  padding: 0;
}

p.person {
  font-weight: bold;
  word-spacing: -1px;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

a.action {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.button img,
.button .icon {
  border: none;
  float: left;
  margin-top: 1px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}

.small.button img,
.small.button .icon {
  float: left;
  margin-top: 3px;
  margin-right: 0px;
  position: relative;
  left: -2px;
  width: 13px;
  height: 13px;
}

.button.disabled:active,
.button.disabled.active,
.button {
  display: inline;
  float: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  font-size: 11px;
  text-transform: uppercase;
  background: transparent url('../images/button_left.png') left 0 no-repeat;
  height: 23px;
  letter-spacing: 0.2px;
  margin: 0 6px 0 0;
  padding: 0 0 0 4px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.button.disabled:active span,
.button.disabled.active span,
.button span {
  margin: 0;
  height: 18px;
  padding: 3px 7px 2px 2px;
  overflow: hidden;
  display: block;
  background: transparent url('../images/button_right.png') right 0 no-repeat;
  float: left; /* IE6 */
}

html>body .button.disabled:active span,
html>body .button.disabled.active span,
html>body .button span {
  float: none; /* REMOVE IE6 FIX FOR OTHER BROWSERS*/
}


.button.disabled:active,
.button.disabled.active,
.button.disabled {
  opacity: 0.6;
  cursor: default;
}

.secondary.button,
.secondary.button span,
.secondary.button.small,
.secondary.button.small span {
  background: none;
  letter-spacing: 0px;
}

.secondary.button.down {
  color: #3d3d3d;
}

.button.small.disabled:active,
.button.small.disabled.active,
.button.small {
  height: 20px;
  background: transparent url('../images/small_button_left.png') 0 0 no-repeat;
  text-transform: uppercase;
  font-size: 11px;
}

.button.small.disabled:active span,
.button.small.disabled.active span,
.button.small span {
  height: 15px;
  padding-top: 1px;
  padding-bottom: 4px;
  background: transparent url('../images/small_button_right.png') right 0 no-repeat;
}

.button.smaller {
  height: 17px;
  background: transparent url('../images/smaller_button_left.png') 0 0 no-repeat;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 9px;
  padding: 0 0 0 4px;
  margin-right: 2px;
}

.button.smaller span {
  height: 12px;
  padding: 4px 5px 1px 0px;
  background: transparent url('../images/smaller_button_right.png') right 0 no-repeat;
}


a.button.active,
.button.active,
a.button:active,
.button:active {
  outline: none;
  background-position: left -23px;
}

a.button.active span,
.button.active span,
a.button:active span,
.button:active span {
  background-position: right -23px;
}

a.small.button.active,
.small.button.active,
a.small.button:active,
.small.button:active {
  background-position: left -20px;
}

a.small.button.active span,
.small.button.active span,
a.small.button:active span,
.small.button:active span {
  background-position: right -20px;
}

a.smaller.button.active,
.smaller.button.active,
a.smaller.button:active,
.smaller.button:active {
  background-position: left -17px;
}

a.smaller.button.active span,
.smaller.button.active span,
a.smaller.button:active span,
.smaller.button:active span {
  background-position: right -17px;
}

.button.down.disabled.active,
.button.down.disabled:active,
.button.down {
  color: white;
  background-position: left bottom;
}

.button.down.disabled.active span,
.button.down.disabled:active span,
.button.down span {
  background-position: right bottom;
}

/* SYSTEM MESSAGES */

.system-message .close {
  background: transparent url('../images/icons/buttons/delete.png') 0 0 no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 6px;
  cursor: pointer;
}

.system-message .close span {
  display: none;
}

.system-message {
  position: relative;
  width: 699px;
  margin-left: -5px;
/*  background: transparent url('../images/system_message_top.png') 0 0 no-repeat;*/
  margin-bottom: 28px;
  font-family: Arial, Helvetica, sans-serif;
}

.system-message ul {
  margin-top: 0;
  margin-bottom: 0;
}

.system-message p+ul {
  margin-top: -19px;
}

.system-message .inner-container {
  position: relative;
  width: 645px;
  padding: 10px 20px 10px 40px;
/*  background: transparent url('../images/system_message_bottom.png') 0 bottom no-repeat;*/
}

.system-message.notification .inner-container {
  width: 605px;
  padding: 20px 20px 20px 80px;
  height: 40px;
}

.system-message.notification .inner-container .buttons {
  margin-top: 5px;
}

.system-message.notification .inner-container .buttons a {
  font-size: 11px;
  text-transform: uppercase;
}


.system-message.action-failed .inner-container {
  padding-left: 60px;
}

.system-message.action-failed {
  min-height: 58px;
  background: #ffb99e;
  border: 3px solid #ff4800;
}

.system-message.action-failed .icon {
  width: 38px;
  height: 32px;
  position: absolute;
  top: 12px;
  left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../images/icons/system_messages/action_failed.png');
}

.system-message.action-ok {
  background: #DBFFCF;
  border: 3px solid #7DD65E;
}

.system-message.action-ok .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../images/icons/system_messages/action_ok.png');
}

html>body .system-message.notification .inner-container {
  height: auto;
  min-height: 40px;
}

.system-message.notification .inner-container .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

/* COLUMN STYLES */

#content .column ul,
#content .column ol,
#content .column h1,
#content .column h2,
#content .column h3,
#content .column h4,
#content .column p {
  width: auto;
}

#content .column.column-width-6 h1,
#content .column.column-width-6 h2,
#content .column.column-width-6 h3,
#content .column.column-width-6 h4,
#content .column.column-width-6 p,
#content .column.column-width-6 ul,
#content .column.column-width-6 ol {
  width: 630px;
}

.column {
  float: left;
  margin-left: 20px;
/*  padding-bottom: 19px;*/
}

.column.first {
  margin-left: 0;
}

.column-width-1 { width: 100px; }
.column-width-2 { width: 220px; }
.column-width-3 { width: 340px; }
.column-width-4 { width: 460px; }
.column-width-5 { width: 580px; }
.column-width-6 { width: 700px; }
.column-width-7 { width: 820px; }
.column-width-8 { width: 940px; }


/* FOOTER */

hr {
  border: none;
  border-top-width: 4px;
  border-top-style: solid;
  clear: both;
  margin: 0;
  padding: 0;
}

#footer {
  position: relative;
  width: 940px;
  border-top: 4px solid #3d3d3d;
  margin: 39px auto 57px auto;
  padding: 19px 0 0 0;
  clear: both;
  color: #686868;
  font-size: 12px;
  line-height: 18px;
}

.bildy {
  display: block;
  color: #757575;
  margin-top: 22px;
  text-decoration: none;
  font: 11px Arial, sans-serif;
}

.bildy IMG {
  vertical-align: top;  
}

.dialog {
  padding: 20px;
  width: -40px;
  margin-bottom: 19px;
}

/* FORM STYLES */

select, input.text, textarea {
  padding: 1px;
  margin: 0 0 4px 0;
}

table select,
table input.text,
table textarea {
	margin-bottom: 0;
}

input.text {
  position: relative;
}

textarea {
  height: 92px;
}

input.checkbox {
  margin: 0 3px 0 0;
  padding: 0;
  position: relative;
  top: 0px;
  left: 0px;
}

input.radio {
  position: relative;
  top: -1px;
  margin: 0 5px 0 -1px;
}

form label,
form .label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

form .buttons {
  height: 23px;
  padding-top: 15px;
  margin-bottom: 19px;
}

form .buttons .button {
  float: left;
}

form .section, .section {
  padding-bottom: 17px;
}

.column .input-container {
  width: 100%;
}

form .input-container, .input-container {
  clear: both;
  position: relative;
  width: 220px;
}

form .input-container label,
form .input-container .label, .input-container label {
  float: left;
  width: 120px;
  padding-bottom: 6px;
}

form .input-container input.text {
  width: 200px;
}

#content form .footer, #content .form .footer {
  height: 38px;
  margin-top: 0px;
  position: relative;
  left: 0;
  top: 0;
  padding-top: 10px;
  border-top-width: 4px;
  border-top-style: solid;
  margin-bottom: 19px;
  width: 698px;
}

#content form .footer .first, #content .form .footer .first,
#content form .footer .second, #content .form .footer .second,
#content form .footer .third, #content .form .footer .third {
  position: absolute;
  top: 10px;
}

#content form .footer .button.third, #content .form .footer .button.third {
	margin-right: 0;
}

#content form .footer .secondary.button, #content .form .footer .secondary.button,
#content form .footer .secondary.button span, #content .form .footer .secondary.button span {
  padding-left: 0;
  padding-right: 0;
}

#content form .footer .first, #content .form .footer .first {
  left: 0;
  width: 230px;
}
#content form .footer .second, #content .form .footer .second {
  left: 240px;
}
#content form .footer .third, #content .form .footer .third {
  right: 0;
}
#content form .footer .secondary.button.third, #content .form .footer .secondary.button.third {
  right: 0;
  margin-right: 0;
}

#content form .footer .status, #content .form .footer .status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

#content form .footer .status.ok, #content .form .footer .status.ok {
	color: #00cc88;
}

#content form .footer .status.error, #content .form .footer .status.error {
	color: #cc0088;
}

#content form .footer .status.pending, #content .form .footer .status.pending {
	color: #cc8800;
}

.column-width-3 .input-container label,
.column-width-3 .input-container .label {
  padding-left: 20px;
  width: 100px;
}

.column-width-3.first .input-container label,
.column-width-3.first .input-container .label {
  padding-left: 0px;
  width: 120px;
}

form .input-container .radio-group {
  position: relative;
  padding-left: 120px;
  margin-bottom: 6px;
}

form .input-container .radio-group input {
  position: absolute;
  left: 113px;
  display: block;
}

form .column .input-container .radio-group label {
  width: auto;
  float: none;
  padding-left: 17px;
  display: block;
  padding-bottom: 0;
}

.column-width-2 .input-container textarea,
.column-width-3 .input-container textarea,
.column-width-4 .input-container textarea,
.column-width-5 .input-container textarea {
  width: 100%;
}

.column-width-3 .input-container .radio-group,
.column-width-3 .input-container input.text {
  width: 212px;
}

.column-width-3 .input-container input.postal-code {
  width: 69px;
  display: block;
  margin-right: 5px;
}

.column-width-3 .input-container input.post-office {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
}

.column-width-2 .input-container label,
.column-width-2 .input-container .label {
  display: block;
  float: none;
  width: auto;
  padding-bottom: 0;
}

.column-width-2 .input-container input.text,
.column-width-2 .input-container select {
  width: 100%;
  display: block;
}


.multistep-form h3 .step-number {
  position: relative;
  font-weight: normal;
  top: -3px;
  margin-left: -6px;
  font-size: 32px;
  margin-right: 15px;
  width: 20px;
  text-align: right;
  float: left;
}

.multistep-form .column.first {
  padding-left: 30px;
}

.multistep-form div.input-review {
  display: inline;
}

.multistep-form .column.first.column-width-2 {
  width: 188px;
}

.multistep-form .column.first.column-width-2 input.text {
  width: 180px;
}

.multistep-form .column.first.column-width-3 {
  width: 308px;
}

.multistep-form .column.first.column-width-3 input.text {
  width: 180px;
}

.multistep-form .column.first.column-width-3 input.postal-code {
  width: 50px;
}

.multistep-form .column.first.column-width-3 input.post-office {
  width: 116px;
}

.multistep-form .column.column-width-3 input.first-name {
  width: 70px;
}

.multistep-form .column.column-width-3 input.last-name {
  width: 130px;
  /* float: right; */
}

.multistep-form .column.first.column-width-6 {
  width: 668px;
}

.multistep-form .column.column-width-6 input.text {
  width: 539px;
}


.multistep-form .column.first.column-width-5 {
  width: 568px;
}

.multistep-form h3.column.first.column-width-2 {
  padding-left: 0;
  width: 220px;
}

/* TABLE STYLES */

table {
  border: none;
  margin: 2px -7px 19px -7px;
  padding: 0;
  border-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
}

tr.odd {
	background: #eee;
}

th, td {
  padding: 2px 19px 2px 0;
  font-size: 13px;
  vertical-align: baseline;
}

th {
	text-align: left;
	font-size: 12px;
}

th.first, td.first { padding-left: 7px; }
th.last, td.last { padding-right: 7px; }

table caption {
  padding-left: 7px;
  text-align: left;
}

table thead,
table th {
  font-weight: bold;
}

table a {
  text-decoration: none;
}

table a:hover {
  text-decoration: underline;
}

/* LIST STYLES */

ul {
  margin: 0 0 19px 0;
  padding: 0;
}

li {
  margin: 0;
  margin-left: 14px;
}

ul.file-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.file-list li {
  margin-left: 0;
  padding-left: 15px;
  background: transparent url('../images/icons/other/file.png') -2px 1px no-repeat;
}


.validation-error {
  margin: 0 0 -3px -6px;
  overflow: hidden;
  padding-right: 6px;
  height: 23px;
}
.validation-error p {
  position: relative;
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0;
  float: left;
  background: transparent url('../images/validation_error_left.png') left 0 no-repeat;
  width: 702px;
  height: 23px;
}

.validation-error span {
  position: relative;
  left: 6px;
  display: block;
  padding: 2px 4px 2px 32px;
  background: transparent url('../images/validation_error_right.png') right 0 no-repeat;
}

textarea.invalid,
select.invalid,
input.text.invalid {
  background: #ffbea4;
}


.detail {
  color: #767676;
  text-transform: uppercase;
  font: 10px/10px Arial, Helvetica, sans-serif;
}

a img {
  border: 0;
}

/* OTHER */

.editable-file-list ul {
	margin-bottom: 5px;
}

.editable-file-list ul.file-list li.sending {
	padding-left: 19px;
	background: transparent url('../images/icons/other/sending_file.gif') 0px 1px no-repeat;
}

.editable-file-list ul.file-list .remove {
	display: inline;
	position: absolute;
	margin-top: 4px;
	margin-left: 5px;
	cursor: pointer;
	background: transparent url('../images/icons/buttons/delete.png') 0px 0px no-repeat;
	width: 15px;
	height: 15px;
}

.editable-file-list ul.file-list .remove span {
	display: none;
}

ul.tags {
	font: 10px/11px Arial, Helvetica, sans-serif;
	height: 14px;
	margin: 0 0 0 10px;
	list-style: none;
	letter-spacing: 0.3px;
}
ul.tags li {
	float: left;
	padding: 3px 5px 3px 14px;
	margin: -3px 10px 0 -10px;
	background: #c8c7c3 url("/common_files/images/tag_bg.gif") no-repeat 0 100%;
}
ul.tags li:first-child {
	background-position: 0 0;
}
ul.tags li a {
	color: inherit; text-decoration: none;
}
ul.tags li a:hover {
	text-decoration: underline;
}

.page-break {
	display: none;
}