@charset "utf-8";
/* CSS Document */

body {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #0C478B;
}

.wrapper {
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 990px;
}

.box {
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 8px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*
------------------------------------------------------------
Header
------------------------------------------------------------
*/

#header {
	position: relative;
	height: 100px;
	background-image: url(../../img/header_bg.gif);
	background-repeat: repeat-x;
}

	#header .wrapper {
		height: 100px;	
	}

	#logo {
		position: absolute;
		padding: 0;
		margin: 0;
		border: 0;
		top: 28px;
		left: 11px;
	}
	
	#loggeduser {
		position: absolute;
		right: 8px;
		top :19px;
		height: 32px;
	}
	
		#loggeduser div {
			float: left;
			display: block;
		}
	
		#loggeduser .user {
			line-height: 14px;
			font-family: Arial, Helvetica, sans-serif;
			color: #fff;
			font-size: 12px;
			text-align: right;
			padding-top: 2px;
			margin-right: 8px;
		}
	
			#loggeduser .user a{
				color: #68c;
				text-decoration: none;
				font-weight: bold;
			}
		
		#loggeduser .thumb {
			width: 42px;
			margin-left: 4px;
			margin-right: 8px;
			background-image: url(../../img/separator_blue.gif);
			background-repeat: repeat-y;
			background-position: right;
		}
		
		#loggeduser .logout {
			padding-top: 11px;
		}


/*
------------------------------------------------------------
Page
------------------------------------------------------------
*/
		
#page {
	background-color: #eee;
	background-image: url(../../img/page_bg.gif);
	background-repeat: repeat-x;
	display: table;
	width: 100%;
	padding-bottom: 12px;
	font-size: 12px;
}

	#page .left{
		width: 600px;
		float: left;
	}

		#page .left a{
			color: #0C478B;
		}
	
	#page .right{
		width: 380px;
		float: right;
	}

	#page h1 {
		color: #0C478B;
		background-color: #fff;
		font-size: 24px;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
		padding-left: 10px;
		padding-top: 16px;
		padding-bottom: 16px;
		border-bottom: 4px solid #0C478B;
	}
	
	#page h2 {
		color: #888;
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
		padding-top: 12px;
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px dotted #888;
	}
	
	.left p, .right p {
		margin: 12px;	
	}

    .right .instructions hr {
        border: 0;
        border-top: 1px solid #ddd;
        clear: both;
    }

	textarea.terms {
		width: 100%;
		height: 200px;;
	}
	
	
	.submit {
		text-align: right;
	}
		
		.submit input {
			padding: 8px;
		}
		
	.button {
		text-align: center;
	}
		
		.button input {
			padding: 8px;
		}

	ul.wizard {
		position: relative;
		display: table;
		color: #aaa;
		font-size: 12px;
		font-weight: bold;
		font-family: Verdana, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		padding-top: 8px;
		padding-bottom: 8px;
	}
		ul.wizard li{
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			margin-right: 16px;
		}
		ul.wizard li.selected{
			color: #0A3970;
		}
		ul.wizard li.past{
			color: #000;
		}

/*
------------------------------------------------------------
Form
------------------------------------------------------------
*/

.columns {
	width: 100%;
	display: table;
	padding-bottom: 8px;
	margin-bottom: 16px;	
	border-bottom: 1px solid #ccc;
}

.column {
	background-color: #eee;
}


#page .column_1_2_c {
	float: left;
	width: 490px;
}

#page .column_2_2_c {
	float: right;
	width: 490px;
}

.cardBox{
	border: 1px solid #888;
	background-color: #FFF;
	padding: 8px;
}

/*
------------------------------------------------------------
Footer
------------------------------------------------------------
*/
	
#footer {
	clear: both;
	position: relative;
	height: 50px;
	background-image: url(../../img/footer_bg.gif);
	background-repeat: repeat-x;
}

	#copyright {
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 12px;
		text-align: center;
		padding-top: 16px;
	}
	
	#footer_logo {
		position: absolute;
		right: 12px;
		top: 10px;
	}


			
/*
------------------------------------------------------------
General
------------------------------------------------------------
*/
	
	
.large_button {
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 16px 4px 4px;
	border-top: 1px solid #fe0;
	border-left: 1px solid #fe0;
	border-right: 1px solid #d80;
	border-bottom: 1px solid #d80;
	background-color: #fa0;
	font-weight: bold;
	background-image: url('../../img/bg_large_button.gif');
}

	.large_button img {
		vertical-align: middle;
	}

.cardBox .fullCard input{
	border: 0;
	border-bottom: 1px dotted #8AC;
	background-color: transparent;
	font-size: 16px;
}

.associateCompany {
	list-style: none;
	position: relative;
	float: left;
	display: block;
	background-color: #FFF;
	width: 200px;
	margin: 4px;
	padding: 4px;
	cursor: pointer;
}
	.associateCompany li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.associateCompany img {
		float: left;
		margin-right: 4px;
	}
	
#whatToDo {
	display: table;
}

	#whatToDo a {
		display: table-cell;
		float: left;
		width: 196px;
		margin-left: 3px;
	}

	#whatToDo a:hover {
		background-color: #fff;
	}
	
	#whatToDo .title {
		font-weight: bold;
		font-size: 16px;
		padding: 8px;
		padding-top: 12px;
		padding-bottom: 8px;
	}
	
	#whatToDo .description {
		font-size: 12px;
		color: #000;
		text-align: justify;
		padding: 8px;
		padding-right: 16px;
	}

	#whatToDo .fig {
		position: relative;
		width: 196px;
		height: 122px;
		text-align: center;
		background-repeat: no-repeat;
	}

	#whatToDo .fig img{
		position: absolute;
		bottom: 8px;
		right: 20px;
	}

	
	#whatToDo .fig.fig1 {
		background-image: url(../../img/button_wtd_1.gif);
	}
	
	#whatToDo .fig.fig2 {
		background-image: url(../../img/button_wtd_2.gif);
	}

	#whatToDo .fig.fig3 {
		background-image: url(../../img/button_wtd_3.gif);
	}

.instructions {
	background-color: #fff;
	height: 480px;
	color: #333;
        line-height: 1.6em;
        font-size: 14px;
}
	.instructions .figure {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
.invitersList {
}

	.invitersList .inviter {
		display: inline-block;
		height: 32px;
		margin-left: 10px;
		margin-top: 10px;
		width: 180px;
	}
	.invitersList .inviter img{
		vertical-align: middle;
	}

 
#captchaBox {
	width: 340px;
	overflow: hidden;
	margin: auto;
	background-color: #fff;
	margin-top: 16px;
	padding: 10px;
}
	
	#captchaBox .title {
		color: #888;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 12px;
	}
	
	#captchaBox .image{
		text-align: center;
		margin-bottom: 6px;
	}
	#captchaBox .field{
		text-align: right;
		color: #888;
	}

.companySearch {
	padding: 12px;
	color: #0C478B;
	font-size: 18px;
}

.companySearch input {
	font-size: 18px;
	padding: 4px;
}
.companySearch input[type=text] {
	width: 400px;
}

ol.list, ul.list {
    padding-left: 40px;
}

ol.list li {
    list-style: decimal;
}

ul.list li {
    list-style: disc;
}