/* @override http://www.dekodesign.com/css/stylesheet.css */

/* @group Misc */

body {

	padding: 0px;
	margin: 0px;
	font-family: arial, verdana;
	font-size: 12px;
    line-height: 22px;
	height: 100%;
}


html {
	height: 100%;
}
img {
	border: 0;
}
a {
	outline: 0;
}
.wrapper {
	width: 842px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	background-image: url(../images/swoosh.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* @end */

/* @group Header */

.header {
	padding-top: 34px;
	height: 160px;
	background: url(../images/billfish_bpm_cloud.png) no-repeat left 34px;
}

/* @group Logo */

.logo {
	display: none;
}

/* @end */

/* @group Navigation */

.navigation {
	float: right;
	display: block;
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
	position: relative;
	top: 60px;
}
.navigation li {
	float: left;
	display: block;
	margin-left: 15px;
}

/* @end */

/* @group Language Menu */

#language_menu {
	float: right;
	display: block;
	list-style: none;
	margin: 0 90px 0 0;
	padding: 0;
	position: relative;
	top: 46px;
}
#language_menu li {
	float: left;
	display: block;
	margin: 0;
}

/* @end */

/* @end */

/* @group Content */

.content {
	margin-top: -44px;
	padding-left: 90px;
	width: 670px;
}
h1 {
	font-family: helvetica, arial, sans-serif;
	color: #ef3e30;
	font-size: 20px;
	height: 22px;
	overflow: visible;
}
.left {
	width: 327px;
	float: left;
}
.right {
	width: 327px;
	float: right;
}


.content input {
	width: 295px;
	height: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	z-index: 10;    
}

.content select {
	width: 295px;
	height: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	z-index: 10;
}
.content input.half {
	width: 133px;
}

.coco {
    background-color:blue;
    width: auto;
	height: auto;
}
.content input.checkbox {
	width: auto;
	height: auto;
}
.content label.overTxtLabel {
	position: relative;
	z-index: 100;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-left: 8px;
	padding-top: 5px;
	color: #666;
	white-space: nowrap;
}
/* @end */

/* @group Footer */

.footer {
	clear: both;
	padding-top: 19px;
	background: url(../images/shadow_bottom.png) no-repeat 27px top;
}
.footer ul {
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
.footer li {
	display: inline;
	margin: 0 10px;
}
.footer .copyright {
	text-align: center;
	color: #99c8db;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
}

.footer .downloadStudio{
    	text-align: center;
	color: #495a77;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
}
/* @end */

/* @group Special Items */
.choose_a_custom_url {
	height: 68px;
	width: 348px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: -30px;
	top: -38px;
}
.choose_a_custom_url img {
	float: right;
	margin-top: 30px;
	opacity: .5;
}
.terms_and_conditions {
	float: left;
}
.terms_and_conditions input {
	float: left;
}
.terms_and_conditions img {
	float: right;
	position: relative;
	z-index: 1;
}
.signup_submit {
	float: right;
	position: relative;
	top: -5px;
	left: -10px;
}
.remember_me {
	color: #666;
	font-size: 12px;
}
.login_controls {
	float: right;
	margin-right: 9px;
}
.login_controls span {
	position: relative;
	top: -12px;
}
.description img {
	position: relative;
	top: -56px;
}
.further_info {
	text-align: center;
	padding-left: 30px;
	position: relative;
	top: -48px;
}
#login .content {
	padding: 40px 0 200px 90px;
}
/* @end */
