@charset "UTF-8";
/*
 * isPV_tpl_odlo-outdoor-shop
 * layout.css
 */

/* ============================================================================================== */
/* =====================================================================================// Layout */
/* ============================================================================================== */

*{
	margin:0px;
	padding:0px;
}
html,
body
{
	margin:0px;
	padding:0px;
}
	
input.text
{
	border-color: #9C9D9B;
}

#register_success
{ 
	background-image: url(../../images/frontend/layout/success_bg.gif); 
	background-position: 0% 50%; 
	background-repeat: repeat-x; 
	
	margin: -6px -7px; /* escape the p1 and the horizontal border */
	border: 1px solid #c33;
	
	color: black;
}

#register_success p          { margin: 12px; }
#register_success p.thanks   { color: white; font-size: 200%; font-weight: bold; }
#register_success p.reminder { color: white; font-size: 144%; font-weight: bold; text-transform: uppercase; }
#register_success p.details span.prefix { color: #c33; font-weight: bold; }

