/**
 * Copyright 2011
 * Janrain Inc.
 * All rights reserved.
 */
 #toolkit_wrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#main_toolkit {
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:100%;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#EEE;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}

#page_title {
	position:relative;
	top:0px;
	left:0px;
	height:40px;
	font-size:30px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	background-color:#056;	
}

#top_ui {
	position:relative;
	display:block;
	width:800px;
	height:120px;
	background-color:#EEE;	
}

#api_menu {
	float:left;
	width:100px;
	height:26px;
	background-color:#EEF;	
}

#api_menu_list {
	margin:0px;
	padding:4px;
	font-size:12px;
	list-style-type:none;
}

#instructions_wrapper {
	width:800px;
	height:120px;
	background-color:#DDD;
}

#instructions {
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	padding-left:10px;
	background-color:transparent;
}

.instruction_title {
	position:absolute;
	top:0px;
	left:100px;
	padding:0px;
	margin:0px;
	width:140px;
	height:26px;
	color:#444;	
	background-color:transparent;
	text-align:center;
	font-size:16px;
}

#step_one_title {
	left:100px;
}

#step_two_title {
	left:240px;
}

#step_three_title {
	left:380px;
}

#step_four_title {
	left:520px;
}

#step_error_title {
	left:660px;
}

#step_error_title {
	display:none;
}

#step_one:hover .instruction {
  top:22px;
	left:0px;
	border:2px solid #666;
	display:block;
	z-index:2;	
}

#step_two:hover .instruction {
  top:22px;
	left:95px;
	border:2px solid #666;
	display:block;
	z-index:2;	
}

#step_three:hover .instruction {
  top:22px;
	left:235px;
	border:2px solid #666;
	display:block;
	z-index:2;
}

#step_four:hover .instruction {
  top:22px;
	left:375px;
	border:2px solid #666;
	display:block;
	z-index:2;	
}

.instruction {
	position:absolute;
	padding:10px;
	margin:0px;
	border:0px;
	top:26px;
	left:0px;
	width:390px;
	height:55px;
	background-color:#EEE;
	display:none;
	font-size:10px;	
}

.note {
	float:right;
}

#app_domain_form {
	width:700px;
	height:40px;
	display:inline;
}

#app_domain_input {
	width:200px;
}

#main_form_wrapper {
	width:800px;
	height:30px;
	background-color:#0AD;
}

#main_form {
	padding:4px;
	width:8000px;
	height:30px;
	font-size:14px;	
}

#main_form label {
	padding-left:6px;
}

#main_form [type=text] {
	width:160px;
}

#output_wrapper {
	clear:both;
	width:800px;
	height:600px;
	background-color:#EEE;
}

#results_wrapper {
	text-align:center;
}

#raw_results_wrapper {
	display:none;
}

#parse_results_wrapper {
	display:none;
}

#error_wrapper {
	text-align:center;
}

#the_errors {
	display:none;
}

.results {
  text-align:left;
  overflow:auto;
	border:1px solid #888;
	width:794px;
	height:300px;
	background-color:#FFF;
}
