#shadow_wrapper
{
text-align:center;
}
.ep-login-box
{
	width:360px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:20px;
	background-color:blue;
	background-image:url(/images/ep-login-background.png);
	background-repeat:no-repeat;
	
}

.ep-login-box h1
{
	color:white;
}

/* Form elements */
.ep-form-button
{
	background-color:white;
	border:1px white solid;
	color:#333;
	font-weight:bold;
	font-size:1.6em;
	width:100px;
	
}

.ep-form-label
{
	display:block;
	float:left;
	width:100px;
	padding-top:3px;
	font-size:1.5em;
	margin-bottom:5px;
}
.ep-form-row
{
	width:100%;
	margin-bottom:8px;
}

.ep-submit-row
{
	width:274px;
	text-align:right;
}

.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}

li.ep-menubar-li
{
	padding-right:25px;
}

/* End of form elements */
.centered
{
	margin-left:180px;
}
/* Order progress bar */
#ordernavigation
{
	clear:both;
	height:32px;
	margin-bottom:25px;
}
#order_progress
{
	list-style-type:none;
	width:860px;
	height:32px;
	margin:0px;
	border:0px;
}
#order_progress li
{
	float:left;
}
/* End of order progress bar */

/* Order process - interactive elements */
h2.orders
{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	font-size:1.8em;
	color:#666;
	text-align:center;
	margin-bottom:25px;
	
}
h2.password
{
	width:100%;
	font-size:1.8em;
	color:#666;
	text-align:center;
	margin-bottom:25px;
	
}
div.machine_wrapper
{
	float:left;
	width:210px;
	text-align:center;
}
.machine_wrapper a
{
	border:0px;
	outline:none;
}
img.easypack_systems
{
	border:4px solid white;
}
img.easypack_systems_selected
{
	border:4px solid silver;
}
.floated_right
{
	clear:both;
	float:right;
	margin-bottom:25px;
}
.consumable_order
{
	float:left;
	width:160px;
	height:380px;
}
.consumable_description
{
	width:620px;
	float:right;
	position:relative;
	top:0px;
}
.consumable_description hr
{
	margin-top:15px;
	margin-bottom:15px;
}
.consumable_description h2
{
	font-size:1.8em;
	margin-bottom:1.1em;
}
.consumable_description table
{
	font-size:1.2em;
}
p.ordercomplete
{
	font-size:1.8em;
	color:#666666;
}
.rightaligned
{
	float:right;
	margin-top:25px;
	width:200px;
}
.floatcenter
{
margin-left:240px;
	width:600px;
}
.floatcenter h3
{
	font-size:1.4em;
	color:#999;
	margin-bottom:20px;
}
.error {
	color:#FF0000;
	text-align:center;
}
/* End of order process - interactive elements */