
/** FONT BEGIN */
@CHARSET "ISO-8859-1";
@font-face {
	font-family: 'pixelmix-bold';
	src: url('../fonts/pixelmix-bold.eot');
	src: url('../fonts/pixelmix-bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pixelmix-bold.woff') format('woff'),
	url('../fonts/pixelmix-bold.ttf') format('truetype'),
	url('../fonts/pixelmix-bold.svg#pixelmix-bold') format('svg')
}
@font-face {
	font-family: 'pixelmix';
	src: url('../fonts/pixelmix.eot');
	src: url('../fonts/pixelmix.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pixelmix.woff') format('woff'),
	url('../fonts/pixelmix.ttf') format('truetype'),
	url('../fonts/pixelmix.svg#pixelmix-bold') format('svg')
}
a {
	text-decoration: none;
}
a:hover {
	color: #fff !important;
}
* {
	font-family: pixelmix;
	font-size: 12px;
	color: #f48104;
}
b {
	font-family: pixelmix-bold;
	font-weight: normal;
}
#uc_message {
	font-size: 30px;
}
#uc_info {
	font-size: 12px;
	color: #FFFFFF;
}
#uc_progressbar_percent {
	font-size: 11px;
	color: #000000;
}
/** FONT END */

/** GENERAL BEGIN */
body {
	width: 100%;
	height: 100%;
	background: url('../gfx/bg.png') 0 0 repeat-x #0f0f0f;
	margin: 0;
	padding: 0;
}
#uc_message {
	width: 320px;
	position: relative;
    top: 0;
	left: 50%;
	margin-left: -163px;
	margin-top: 170px;
}
/** GENERAL END */

/** PROGRESS BAR BEGIN */
#uc_progressbar_wrapper {
	background-color: #000000;
	border: 3px solid #f48104;
	padding: 3px;
	width: 320px;
	height: 15px;
	position: relative;
    top: 16px;
	left: 50%;
	margin-left: -163px;
}
#uc_progressbar_progress {
	background-color: #f48104;
	height: 15px;
	width: 8%;
}
#uc_progressbar_percent {
	float: right;
    margin-right: 3px;
}
/** PROGRESS BAR END */

/** CONTENT BEGIN */
#uc_content_wrapper {
	height: 530px;
    margin-left: 378px;
    margin-top: 233px;
    width: 530px;
}
#uc_logo {
	width: 175px;
	height: 100%;
	background: url('../gfx/logo.png') 0 0 no-repeat transparent;
	float: left;
}
#uc_page{
	width: 355px;
	height: 100%;
	float: left;
}
#uc_page_title {
	color: #FFFFFF;
    font-family: pixelmix-bold;
    font-size: 30px;
    padding-bottom: 22px;
    padding-top: 16px;
}
.uc_page_text_subtitle {
	color: #FFB92E;
    font-family: Myriad Pro, Arial;
	font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 30px;
}
.uc_page_text_info {
	color: #e95d0f;
    font-family: Myriad Pro, Arial;
	font-weight: bold;
    font-size: 16px;
}
#uc_nav {
	height: 30px;
    left: 50%;
    margin-bottom: 35px;
    margin-left: -163px;
    position: relative;
    text-align: center;
    top: 35px;
    width: 320px;
}
/** CONTENT END */

/** TERMINAL BEGIN */
#uc_info {
	left: 50%;
    margin-left: -163px;
    position: relative;
    top: 26px;
    width: 332px;
}
/** TERMINAL END */