@import "../default/default_styles_theme.css";


div.popupwrapper {
	padding: 19px;
	width: 560px;	
	text-align: left;
}

div#header div#title img#logo {
	margin: 19px 28px 0 19px;
}


div#header div#title h1 {
	margin: 0;
	padding: 0;
	display: inline;
	height: 24px;
	background-repeat: no-repeat;
}

div#header div#title h1 span {
	visibility: hidden;
}


div#header div#metanav {
	float: right;
	padding: 12px 48px 0 0;
	text-align: right;
}


div.content h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
}

div.orderprogress a {
	padding: 4px 0 5px 45px;
	_padding-bottom: 0;
}

div.orderprogress a span {
	padding: 4px 23px 5px 0;
}

div.orderprogress a.num1_active span, div.orderprogress a.num2_active span, div.orderprogress a.num3_active span {
	background: url(templates/default/images/op_end.gif) no-repeat top right;
}

div.orderprogress a.num1 {
	background: url(templates/default/images/op_num1_blue.gif) no-repeat 25px 3px;
	_background-position: 25px 7px;
}

div.orderprogress a.num1_active {
	_background-position: 0 4px;
}

div.orderprogress a.num2 {
	background: url(templates/default/images/op_num2_blue.gif) no-repeat 25px 3px;
	_background-position: 25px 7px;
}

div.orderprogress a.num2_active {
	_background-position: 0 4px;
}

div.orderprogress a.num3 {
	background: url(templates/default/images/op_num3_blue.gif) no-repeat 25px 3px;
	_background-position: 25px 7px;
}

div.orderprogress a.num3_active {
	_background-position: 0 4px;
}

div.box.green {
	height: 107px;
	margin: 0;
	overflow: hidden;
}

