@font-face {
	font-family: 'Droid';
	src: url("/assets/ctx/2700bb9b/css/fonts/DroidSans-webfont.eot");
	src: url("/assets/ctx/2700bb9b/css/fonts/DroidSans-webfont.eot?iefix") format('eot'),
		url("/assets/ctx/1171ec4e/css/fonts/DroidSans-webfont.woff") format('woff'),
		url("/assets/ctx/bc7db2c9/css/fonts/DroidSans-webfont.ttf") format('truetype'),
		url("/assets/ctx/17c3d858/css/fonts/DroidSans-webfont.svg#webfont") format('svg');
}

@font-face {
	font-family: 'DroidBold';
	src: url("/assets/ctx/a9635c32/css/fonts/DroidSans-Bold-webfont.eot");
	src: url("/assets/ctx/a9635c32/css/fonts/DroidSans-Bold-webfont.eot?iefix") format('eot'),
		url("/assets/ctx/75b7e9ca/css/fonts/DroidSans-Bold-webfont.woff") format('woff'),
		url("/assets/ctx/b4fba28b/css/fonts/DroidSans-Bold-webfont.ttf") format('truetype'),
		url("/assets/ctx/62d1f4e0/css/fonts/DroidSans-Bold-webfont.svg#webfont") format('svg');
}

body {
	width: 100%;
	min-height: 940px;
	display: block;
	font-family:"Droid";
	color:#242b67;
}

#container {
	width: 1349px;
	min-height: 940px;
	background-image: url("/assets/ctx/ad60940e/css/images/marketplace-bg.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	border: 1px;
	display: block;
}

#header {
	display: block;
	width: 100%;
	height: 140px;
}

#headerLeft {
	width: 550px;
	margin-left: 78px;
	margin-top: 50px;
	font-size: 30px;
	font-family: "Droid";
	color: #242b67;
	font-size: 30px;
	display: inline-block;
	float: left;
}

#headerLeft #home,
#headerLeft #home:hover,
#headerLeft #home:visited {
	text-decoration: none;
	color: #242b67;
}

#headerAdvertisement {
	width: 100%;
	height: 144px;
	display: block;
	padding-top:27px;
}

#headerAdvertisementBox {
	background-color: white;
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

.columnAdvertisement {
	height: 150px;
	width: 150px;
	margin-bottom: 24px;
	background-color: white;
	display: block;
	float: left;
}

#columnContainer {
	display: block;
	width: 12%;
	margin-top: 34px;
	height: 522px;
	display: inline-block;
	float: left;
}

#footer {
	height: 50px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #636891;
	font-size: 13px;
}

#bodyWrapper {
	margin: 0 82px;
	display: block;
	overflow: auto;
}

#main {
	width: 872px;
	min-height: 522px;
	display: inline-block;
	float: left;
	text-align:center;
}

#viewGuide {
	border-radius: 15px;
	background: #242b67;
	width: 233px;
	height: 63px;
	display: inline-block;
	text-decoration: none;
	text-align:center;
	margin-top:250px;
}

#viewGuide #viewGuideText {
	color: white;
	margin: 15px 0 0 0;
	display: block;
	font-size: 20px;
	font-family: "Droid";
}

#indexLeft {
	float:left;
	height:550px;
	width:54%;
	margin-top:45px;
	font-size:18px;
	padding-right:100px;
}

#indexRight{
	margin-top:25px;
	float:left;
    height:550px;
    width:46%;
    background-image: url("/assets/ctx/681ec490/css/images/front_cover.png");
    background-repeat: no-repeat;
}

.redLink {
	text-decoration: underline;
	color:#930017;
}

.redLink:hover {
	text-decoration: underline;
    color:#930017;
}

#enterHere {
    border-radius: 15px;
    background: #930017;
    width: 180px;
    height: 80px;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none;
    text-align:center;
}

#enterHere #enterHereText {
    color: white;
    margin: 21px 0 0 0;
    display: block;
    font-size: 25px;
    font-family: "Droid";
}

#formBox {
	margin:34px auto 0;
	width:540px;
	border:1px solid #EEE;
	background-color: white;
	padding:20px 35px 20px;
}

h2#register {	
	padding:0;
	margin:0 0 15px;
	color:#930017;
	font-size:24px;
	text-align: left;
}

div.registerField {
	height:65px;
}

input.redButton {
	border-radius: 8px;
	background-color:#930017;
	color:white;
	height:35px;
	width:150px;
    font-size:13px;
}

div#submitButton {
	text-align:left;
	
}

.thankYou {
	font-family:DroidBold;
	font-size:18px;
}

.thankYouPart2 {
	font-size:14px;
}