#customers_raumer {
	float: left;
	width: 640px;
	margin-top: 25px;
	margin-left: 20px;
}

#customers_raumer p {
	font-size: 12px;
	margin-bottom: 15px;
}

#customers_raumer .message {
  font-weight: bold;
}

#customers_raumer #customer_menu {
	float: right;
	width: 127px;
	font-size: 12px;
	border-bottom: 2px solid #003A6C;
	border-top: 2px solid #003A6C;
	padding: 10px;
	margin: 0 0 10px 10px;
}

#customers_raumer #customer_menu a {
	color: #0C396C;
}

#customers_raumer #customer_menu li.selected a {
	font-weight: bold;
	text-decoration: underline;
}

#customers_raumer h1 {
	font-size: 20px;
	margin-bottom: 16px;
}

#customers_raumer h2 {
	color: #0C396C;
	font-size: 16px;
	margin-bottom: 10px;
}

#customers_raumer table.customer_details {
	font-size: 12px;
	color: #666666;
	margin-bottom: 20px;
}

#customers_raumer table.customer_details td.label {
	color: #333333;
	font-weight: bold;
	width: 150px;
}

#customers_raumer table.customer_details td a {
	text-decoration: underline;
}

#customers_raumer table.customer_details td a:hover {
	text-decoration: none;
}

#customers_raumer .booking_history {
	font-size: 12px;
	width: 633px;
	margin-bottom: 10px;
	border-bottom: 2px solid #0C396C;
}

#customers_raumer .booking_history a {
	color: #0C396C;
	text-decoration: underline;
}

#customers_raumer .booking_history a:hover {
	text-decoration: none;
}

#customers_raumer .booking_history thead th {
	background: url(/images/backgrounds/booking_overview_th.jpg) repeat-x;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	text-align: left;
	padding-left: 9px;
}

#customers_raumer .booking_history td {
	color: #202020;
	padding-left: 9px;
	height: 25px;
	line-height: 25px;
}

#customers_raumer .booking_history tr.even td {
	background: #E3E5F0;
}

#customers_raumer .booking_history tr.title td {
	font-weight: bold;
	height: 31px;
	vertical-align: bottom;
	line-height: 22px;
}

#customers_raumer .booking_history tr .tariff, .bookings_steps .booking_overview tr .price {
	text-align: right;
	padding-left: 0;
	padding-right: 9px;
	width: 62px;
}

#customers_raumer .booking_history tr .quantity {
	text-align: center;
}


#customers_raumer #customer_form label {
	float: left;
	clear: left;
	font-size: 12px;
	width: 160px;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}

#customers_raumer #customer_form span {
	display: block;
	height: 30px;
	font-size: 12px;
}

#customers_raumer #customer_form span a {
	text-decoration: underline;
	color: #00396C;
}

#customers_raumer #customer_form span a:hover {
	text-decoration: none;
}

#customers_raumer #customer_form span .text_field {
	height: 20px;
	width: 149px;
}

#customers_raumer #customer_form span .small_text_field {
	height: 20px;
	width: 75px;
}

#customers_raumer #customer_form span .tiny_text_field {
	height: 20px;
	width: 38px;
}

.booking_details {
	font-size: 12px;
	margin-bottom: 15px;
}

.booking_details td {
	color: #666;
}

.booking_details td.label {
	color: #333333;
	font-weight: bold;
	width: 150px;	
}

ul.etickets li {
	width: 120px;
	text-align: center;
}

fieldset#change_password label {
	display: block;
	font-size: 12px;
	margin-top: 15px;
	font-weight: bold;
}

fieldset#change_password .text_field {
	display: block;
	margin-bottom: 15px;
	width: 180px;
	height: 20px;
}

form div.open_id_identity {
	font-size: 12px;
	width: 280px;
	float: left;
}

#customers_raumer div.errorExplanation, div.errorExplanation {
	margin-bottom: 10px;
	background: white;
}

#customers_raumer div.errorExplanation h2, div.errorExplanation h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: red;
	margin-top: 0;
	border-bottom: 1px solid red;
}

#customers_raumer div.errorExplanation p, div.errorExplanation p {
	color: red;
	margin-bottom: 3px!important;
	font-style: italic;
}

#customers_raumer div.errorExplanation ul, div.errorExplanation ul {
	font-size: 12px;
	margin-left: 1em;
	color: red;
}

#customers_raumer div.errorExplanation ul li, div.errorExplanation ul li {
	list-style-type: disc;
}

#customers_raumer #customer_form a.button span {
	height: 22px;
}

#page_content table tr td {
  font-size: 12px ;
}

#page_content table tr td p {
  margin-bottom: 0!important;
}

.open_id_loading {
	border-bottom: 1px solid #003A6C;
	border-top: 1px solid #003A6C;
	margin-top: 20px;
	padding: 13px;
	background: url(/images/backgrounds/fieldset.jpg) repeat-x top;
	text-align: center;
}

.open_id_loading h3 {
  font-size: 16px;
	color: #003A6C;
	margin-bottom: 15px;
	
}

table.relations td.relation_status {
  text-align: right;
  padding-right: 10px;
}
table.relations th.relation_number {
  width: 15%;
}
table.relations th.relation_name {
  width: 35%;
}
table.relations th.relation_status {
  width: 25%;
}
table.relations span.accepted {
  color: #00c700;
  font-weight: bold;
}
table.relations span.pending {
  color: #e80500;
  font-weight: bold;
}


#relate_method_form label {
  font-size: 12px;
  width: 40%;
  margin-right: 40px;
}

.customer_relations_add_method {
  margin: 10px 0 20px 0;
}

.customer_relations_add_method label {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.customer_relations_add_method input {
  margin-bottom: 10px;
}

#relate_customer_error {
  font-size: 12px;
  font-weight: bold;
  color: red;
}


#customer_form #autodisk p {
  margin: 0 !important;
  font-weight: bold !important;
}
#customer_form #autodisk img {
  vertical-align: bottom;
  margin-bottom: 2px;
}