.product_00_wrapper {
	position: relative;
	display: inline-block;	
	top: 0px;
	margin: 10px;
	margin-bottom: 0px;
	width: 95%;
	max-width: 1000px;
	height: 450px;
	background: white;
	border-radius: 2px;	
}

.product_00_logo_wrapper {
	position: absolute;
	margin: 20px;
	width: 40%;		
	height: 300px; /* 10 + 10 margin */
	background: transparent;
}

.product_00_name_wrapper {
	position: absolute;
	top: 330px; 
	width: 40%;
	height: 80px; /* 10 + 10 margin */
	margin-left: 20px;	
	background: transparent;	
}

.product_00_text_wrapper {
	position: absolute;
	display: table;	
	right: 10px;
	width: 55%;	
	height: 420px;
	text-align: left;
	background: transparent;
	color: black;
}

.product_00_text {
	display: table-cell;
	background: transparent;
	padding: 20px;	
}

.product_00_buttonLogin {
    position: absolute;
	top: 410px; 
    width: 50%;	
	text-align: left;
	margin-bottom: 20px;
	max-width: 1000px;	
	border-radius: 2px;
}

.product_00_buttonCheck {
    position: absolute;	
	display: table;
	top: 410px; 
	right: 10px;
	width: 50%;
	text-align: right;
	background: transparent;
	color: black;		
	margin-right: 20px;
	margin-bottom: 20px;		
	border-radius: 2px;
}
 
  a.button:active {color: black; text-decoration: none;}
  a.button:link {color: black; text-decoration: none;}
  a.button:visited {color: black; text-decoration: none;}
  a.button:hover {color: #ff6600; font-weight: 800; text-decoration: underline;}  
  
