		div#api_widget_wrapper {
			font-family: arial;
			font-size: 12px;
			font-weight: 100;
			color: #454545;
			margin: 50px auto;
			background: #ffffff;
			width: 770px;
		}
		
		div#api_widget_wrapper input.text {
			width: 80px;
		}
		
		div#api_widget_left {
			float: left;
			margin: 5px 0px 0px 0px;
			background-color: #e8f2f4;
		}
		
		div#api_widget_right, div#api_widget_cookbook {
			margin: 5px 0px 0px 20px;
			overflow: hidden;
			padding-bottom: 10px;
			background-color: #e8f2f4;
			float: left;
			width: 550px;
			border-bottom: 1px dotted #9cccd5;
		}
		
		div#api_widget_wrapper pre {
			width: 550px;
			overflow: hidden;
		}
		
		div#api_widget_pie {
			width: 200px;
		}
		
		div#api_widget_juice {
			width: 200px;
		}
		
		select#api_widget_methods {
			margin: 16px 20px 0px;
		}
		
		input#api_widget_cake {
			padding: 7px;
			line-height: 20px;
			border: 0px;
			background-color: #da89a7;
			color: #212121;
			width: 756px;
			min-height: 16px;
		}
		
		div.api_widget_field_row {
			padding: 10px;
			border-bottom: 1px dotted #addde6;
		}
		
		div.api_widget_row {
			padding: 10px;
			border-bottom: 1px dotted #9cccd5;
		}
		
		div#api_widget_cookbook div.api_widget_row, div#api_widget_right div.api_widget_row {
			border: 0px;
		}
		
		div#api_widget_wrapper div#api_widget_cookbook h2 {
			border-bottom: 1px dotted #ab6161;
			background-color: #da89a7;
		}
		
		div#api_widget_cookbook a {
			color: #da89a7;
			text-decoration: none;
		}
		
		div#api_widget_wrapper h2 {
			background-color: #8abec4;
			padding: 12px 12px 10px;
			font-family: arial;
			font-size: 12px;
			font-weight: 900;
			color: #ffffff;
			margin: 0px;
			border-bottom: 1px dotted #61a3ab;
			border-top: 20px solid #ffffff;
		}
		
		div.api_widget_row input, div.api_widget_field_row input, div.api_widget_row select, div.api_widget_field_row select {
			float: right;
			position: relative;
			top: -4px;
		}
		
		div#api_widget_stripe {
			margin: 10px 0px 0px;
			color: #bed065;
			position: relative;
			top: 4px;
		}
		
		div#api_widget_stripe script {
			float: left;
		}
		
		a#api_widget_maker {
			float: left;
			display: block;
		}
		
		div.api_widget_nest-10 {
			background-color: #bed065;
			margin-top: 10px;
			margin-bottom: 1px;
			padding: 5px;
		}
		
		div.api_widget_nest-30 {
			background-color: #d3e18f;
			margin-bottom: 1px;
			padding: 5px;
		}
		
		div.api_widget_nest-50 {
			background-color: #e2ecae;
			margin-bottom: 1px;
			padding: 5px;
		}
		
		div.api_widget_nest-70 {
			background-color: #f1f7d6;
			margin-bottom: 1px;
			padding: 5px;
		}
		div.api_widget_nest-90 {
			background-color: #f7faea;
			margin-bottom: 1px;
			padding: 5px;
		}
		div.api_widget_nest-110 {
			background-color: #ffffff;
			margin-bottom: 1px;
			padding: 5px;
		}
		
		div.api_widget_state {
			float: right;
			cursor: pointer;
			padding-left: 20px;
		}
		
		textarea#api_widget_cookies {
			width: 100%;
			height: 400px;
			background: transparent;
			border: 0px;
		}
		
		div#api_widget_wrapper iframe {
			border: 0px;
			width: 100%;
			height: 600px;
		}
		
		div#api_widget_bakery {
			float: right;
			position: relative;
			top: -21px;
			left: -2px;
			padding: 0px 10px;
			background-color: #da89a7;
			color: #ffffff;
			cursor: pointer;
		}
		
		div#api_widget_cookbook {
			overflow: hidden;
			background-color: #fff7f7;
		}
		
		div#api_widget_wrapper span {
			cursor: help;
		}
		
		div#api_widget_wrapper h1 {
			float: left;
			font-size: 16px;
			font-family: arial;
			font-weight: 900;
			margin: 17px 0px 5px;
		}
		
		div.api_widget_clear {
			clear: both;
		}