@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
 */

/* register
   my data */

.confirm-box {
	width: 950px;
	margin-top: 0px;
	border: 0px solid red;
}
.confirm-box .content-area {
	width: 948px; 
	border-right: 1px solid #CECECE; 
	border-left: 1px solid #CECECE;
}  
  
.confirm-text-box {
	float: left;
	width: 910px;
}
.confirm-text-box .content-area {
	background: #ECEAE1;
	border: 0px;
	width: 100%;
}

.register-box {
	width: 950px;
	margin-top: 0px;
}
.register-box .content-area {
	width: 948px; 
	border-right: 1px solid #CECECE; 
	border-left: 1px solid #CECECE;
}  

.registration-box {
	float: left;
	width: 390px;  
	margin-top: 0px;
}
.registration-box .content-area {
  width: 100%;
  background-color: #E9E9E9;
  border: 0px;
}

.newsletter-box {
	float: left; 
	width: 340px;  
	margin-left: 10px; 
	margin-top: 0px;
}
.newsletter-box .content-area {
  width: 100%;
  background-color: #ECEAE1;
  border: 0px;
}

.register-form {
  border: 0px solid green;
  width: 750px;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}


/*+- Your Data -+*/
.your-data .row-description {
  text-align: right;
  font-size: 13px;
}

.your-data .row-entry {
  text-align: left;
}

.your-data .row-entry input {
  width: 240px;
  height: 20px;
  font-size: 13px;
  border: 1px solid #aaaaaa;
}

.your-data .row-entry select {
  width: 240px;
  height: 20px;
  font-size: 13px;
}
.register-box .paging-bottom-box {
	width: 289px; 
	float: right;
}
.register-box .paging-bottom-box .content-area {
	width: 120px;
}
