@charset "utf-8";

/**
 * [2007-07-19 as] created
 *
 * $Rev: 942 $ Revision of last commit
 * $Author: florian $ Author of last commit
 * $Date: 2009-05-23 12:42:28 +0200 (Sa, 23 Mai 2009) $ Date of last commit
 */

.order-box {
	width: 950px;
	margin-top: 0px;
}
.order-box .content-area {
	width: 948px; 
	border-right: 1px solid #CECECE; 
	border-left: 1px solid #CECECE;
}  
  
/* 4 cps */
.login-stage-box {
	width: 950px;
	margin-top: 0px;
}
.login-stage-box .content-area {
	width: 948px; 
	border-right: 1px solid #CECECE; 
	border-left: 1px solid #CECECE;
}  

.login-box {
	float: left;
	width: 350px;
}
.login-box .content-area {
	font-size: 13px;
	background: #ECEAE1;
	border: 0px;
	width: 100%;
}

.login-box .content-area input {
  width: 240px;
  height: 20px;
  font-size: 13px;
  border: 1px solid #aaaaaa;
}

.login-box .paging-bottom-box {
	width: 150px; 
	float: right;
}
.login-box .paging-bottom-box .content-area {
	width: 120px;
}

.registration-box {
	float: left;
	width: 280px;
}
.registration-box .content-area {
	font-size: 13px;
	line-height: 20px;
	background: #E9E9E9;
	border: 0px;
	width: 100%;
}

.content {
  padding: 0 15px 0 15px;
  }

.login_error {
  border: solid 1px #d00;
}

.error-login { padding: 1px; }

/* IE situation fix */
.button .arrow.medium {
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	padding-top: 6px;
	height: 16px;
}
