body {
	background: #25363d url(/images/page_bg.gif) repeat-x top left;
	font: 18px Verdana,Arial,Helvetica,sans-serif;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

a {
	color: #364B54;
	text-decoration: underline;
	outline: none;
}

img {
	border: 0px;
}

body {
	background-color: #fafafa;
}

html {
	overflow: auto;
}

#ie6_warning {
	width: 300px;
	padding: 20px;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #eee;
	border: 1px solid #000;
	text-align: left;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background: #414141 url(/images/page_bg.png) repeat-x top left;
}

#download_menu {
	border: 1px solid #000;
	padding: 5px 10px;
	background-color: #3D3D3D;
	color: #ddd;
	clear: both;
	z-index: 10000;
	position: absolute;
	float: left;
	font-size: 12px;
}

#download_menu:hover {
	background-color: #555;
	color: #fff;
	cursor: pointer;
}

div.slider {
	width:288px;
	margin: 8px 0;
	background-color:#333;
	border: 1px solid #000;
	height:4px;
	position: relative;
}
div.slider div.handle, div.slider div.handle:hover {
	margin-left: -1px;
	position: absolute;
	width: 13px;
	margin-top: -9px;
	height: 23px;
}

div.slider div.handle {
	background: url(/images/slider_knob.png);	
}

div.slider div.handle:hover, div.slider div.pressed {
	background: url(/images/slider_knob_pressed.png);
}

#header {
	width: 1002px;
	height: 70px;
	max-height: 100px;
	position: relative;
}

#logo {
	position: absolute;
	top: 5px;
	left: -1px;
}

#nav {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #000;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#nav a {
	height: 20px;
	/*-moz-border-radius: 10px 10px 0px 0px;*/
	border-bottom: 3px solid #484848;
	background-color: #4f4f4f;
	float: left;
	font-weight: bold;
	padding: 7px 15px 0px 15px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #eee;
	margin-right: 1px;
	
}

#nav a b {
	color: #fff;
}

#nav a:hover {
	/*border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-right: 1px solid #000;*/
	border-bottom: 3px solid #555555;
	padding: 7px 15px 0px 15px;
	background-color: #5f5f5f;
	color: #f6f6f6;
}

#nav a.selected {
	/*border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #888;*/
	border-bottom: 3px solid #aaa;
	padding: 7px 15px 0px 15px;
	background-color: #bbb;
	color: #111;
	cursor: default;
}

#nav a.disabled, #nav a.disabled:hover {
	height: 20px;
	/*-moz-border-radius: 10px 10px 0px 0px;*/
	border-bottom: 3px solid #181818;
	background-color: #1e1e1e;
	float: left;
	font-weight: bold;
	padding: 7px 15px 0px 15px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #bbb;
	margin-right: 1px;
	cursor: default;
}

#nav a.disabled b {
	color: #fff;
}

#nav a.selected b {
	color: #111;
}

#nav a.end {
	margin-right: 0px;
}


#wrapper {
	position: relative;
	z-index: 8999px;
}
#content_container {
	position: relative;
	overflow: hidden;
	width: 1000px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#content_container_static {
	position: relative;
	width: 1000px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#content {
	background: #c8c8c8 url(/images/content_bg.png) repeat-x top left;
	width: 7000px;
	font-weight: normal;
	text-align: left;
}

#footer {
	width: 1000px;
	height: 11px;
	background: url(/images/footer_bg.png) repeat-x top left;
	margin-bottom: 39px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#loading_mask_container {
	height: 0px;
	margin: 0 none;
	padding: 0 none;
	position: relative;
	z-index: 9000;
}

#loading_mask {
	/*position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;*/
	position: relative;
	background-color: #000;
	color: #eee;
	opacity: 0.80;
	filter: alpha(opacity=80);
	z-index: 9001; /* it's over 9000! */
}

#loading_mask_message {
	position: absolute; /* top/left are set dynamically by the javascript */
	padding: 15px;
	top: 200px;
	width: 300px;
	border: 1px solid #3D3D3D;
	background: #1A1A1A;
	color: #ABABAB;
	font-size: 12px;
	text-align: left;
	z-index: 9002; /* it's over 9000! */ 
}

#mask_icon {
	margin-right: 13px;
}

#dismiss_error {
	margin-top: 10px;
	padding: 8px 15px;
	cursor: pointer;
	background-color: #141414;
	/*border: 1px solid #3D3D3D;*/
	border: 1px solid #282828;
	color: #777;
	width: 50px;
}

#dismiss_error:hover {
	background-color: #171717;
	/*border: 1px solid #3D3D3D;*/
	border: 1px solid #333;
	color: #999;
}

input.file {
	cursor: default;
}

input.textbox {
	width: 180px;
}

input.colour_picker_indicator {
	font-family: Courier New, monospace, serif;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	width: 45px;
	border-top: 1px solid #000;
	border-right: 0 none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #000;
	padding: 0px 8px;
}

input[type=text].pixel_box {
	width: 35px;
}
input[disabled].pixel_box {
	color: #888;
	background-color: #eee;
}
.radio_button {
	border: 0 none;
	background: 0 none;
}

a.form_button, a.form_button_pressed {
	margin: 0 none;
	text-decoration: none;
	display: block;
}

/************************** Welcome **************************/

#welcome_container {
	position: relative;
	height: 700px; /* hack */
}

#welcome_go_button_container {
	width: 100px;
	margin: 0 none;
}

#welcome_go_button {
	line-height: 1.2em;
	text-align: center;
}

#welcome_message  {
	left:109px;
	top:22px;
	float: left;
	line-height: 1.5em;
	font-size: 12px;
	background-color: #eee;
	border: 1px solid #000000;
	padding: 40px;
	width: 700px;
	position: absolute;
}

#welcome_message_content {
	font-weight: normal;
	text-align: left;
	position: relative;
	height: 271px;
}

#example_avatars {
	float: left;
	border: 0 none;
	padding-right: 40px;
	display: block;
}

#intro_share, #outro_share {
	padding-left: 40px;
	float: right;
}

#intro_message {
	width: 305px;
	float: left;
}

#intro_share {
	width: 140px;
	height: 271px;
}
#outro_share {
	padding: 20px;
	background-color: #eee;
	font-size: 12px;
	border: 1px solid #000;
	line-height: 1.5em;
}


#welcome_message_go_panel {
	padding-top: 40px;
	padding-left: 300px;
}

/************************** Image Upload **************************/

#choose_instructions  {
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	position: relative;
	font-size: 12px;
	background-color: #eee;
	border: 1px solid #000000;
	padding: 20px;
	width: 350px;
	position: absolute;
}

div#upload_bar {
	font-weight: normal;
	position: relative;
	padding: 10px;
	margin-right: 10px;
	height: 23px;
}

div#upload_bar div {
	float: left;
}

.button_container {
	height: 21px;
	border: 1px solid #000;
}

.form_bit_padder {
	margin-left: 10px;
}

input {
	padding: 0px 3px;
	height: 21px;
	line-height: 21px;
	border: 1px solid #000;
	background-color: #f7f7f7;
	margin: none;
}

select {
	border: 1px solid #000;
	background-color: #f7f7f7;
	padding: 2px;
	height: 23px;
}

#search_box {
	float: left;
}

.small_button {
	background-color:#505188;
	border-bottom:1px solid #3C3B65;
	border-top:1px solid #7C7DBB;
	color:#F4F4F4;
	cursor:default;
	font-size:12px;
	font-weight:bold;
	height:13px;
	padding:2px 8px 4px;
}

.small_button_disabled {
	background-color:#505188;
	border-bottom:1px solid #3C3B65;
	border-top:1px solid #7C7DBB;
	color:#B8B7CB;
	font-size:12px;
	height:13px;
	padding:2px 8px 4px;
	cursor: default;
	font-weight: bold;
}

.small_button:hover, .small_button_hover {
	background-color:#626396;
	border-bottom:1px solid #464670;
	border-top:1px solid #8C8DC8;
	color:#fff;
	font-size:12px;
	height:13px;
	padding:2px 8px 4px;
	cursor: default;
	font-weight: bold;
}

.small_button_pressed {
	height: 13px;
	padding: 3px 8px 4px 8px;
	background-color: #626396;
	border-top: 1px solid #464670;
	border-bottom: 0 none;
	color: #fff;
	font-size: 12px;
	cursor: default;
	font-weight: bold;
}


.form_button {
	background-color:#D9D9D9;
	border-bottom:1px solid #ABABAB;
	border-top:1px solid #FFFFFF;
	color:#000000;
	cursor:default;
	font-size:12px;
	height:13px;
	padding:2px 8px 4px;
}

.form_button_disabled {
	background-color:#D9D9D9;
	border-bottom:1px solid #ABABAB;
	border-top:1px solid #FFFFFF;
	color:#848484;
	font-size:12px;
	height:13px;
	padding:2px 8px 4px;
	cursor: default;
}

.form_button:hover, .form_button_hover {
	background-color:#E7E7E7;
	border-bottom:1px solid #BCBCBC;
	border-top:1px solid #FFFFFF;
	color:#000000;
	font-size:12px;
	height:13px;
	padding:2px 8px 4px;
	cursor: default;
}

.form_button_pressed {
	height: 13px;
	padding: 3px 8px 4px 8px;
	background-color: #E7E7E7;
	border-top: 1px solid #BCBCBC;
	border-bottom: 0 none;
	color: #000;
	font-size: 12px;
	cursor: default;
}



#size_description {
	text-align: left;
	font-size: 12px;
	font-color: #000;
	margin-left: 10px;
	margin-top: 4px; 
	width: 120px;
}

#google_branding {
	width: 120px;
	margin-left: 12px;
	margin-top: 4px;
}

#upload_button_container {
	position: absolute;
	right: 0px;
	/* border-left: 2px solid #999999; */
}

div#search_results_container {
	font-weight: normal;
	position: relative;
	border-top: 2px solid #999;
	overflow: auto;
	margin-left: 10px;
	margin-right: 10px;
}

div#size_slider {
	width: 58px;
	margin-left: 10px;
}

div#size_slider div.handle {
	left: 1px;
}

form {
	margin: 0 none;
}
table {
	margin: 0 none;
}

table.search_results {
	width: 805px;
	border-collapse: collapse;
	margin-bottom: 1px;
}

table.form {
	margin: 0 none;
	width: 100%;
}

table.form td {
	height: 23px;
	font-size: 12px;
	color: #000;
}

table.form td.label {
	padding-left: 14px;
	padding-right: 7px;
	text-align: right;
	background-color: #bbb;
}

.google_thumbnail, .google_thumbnail_nohover {
	border: 1px solid #999;
	font-size: 12px;
	height: 200px;
	width: 200px;
}

#more_results_button td {
	border: 1px solid #999;
	padding: 0px;
}

#more_results_button td div {
	margin: 0 none;
	color: #444;
	background-color: #ddd;
	border-bottom:2px solid #aaa;
	border-top:2px solid #fff;
	height: 30px;
	padding-top: 13px;
	font-size: 14px;
	font-weight: bold;
}

#more_results_button td:hover div {
	color: #555;
	background-color: #eee;
	border-bottom: 2px solid #bbb;
	border-top: 2px solid #fff;
}


.google_thumbnail, #more_results_button td {
	cursor: pointer;
}

/* height = 2 * thumbnail height + more results button height */
.results_loading_panel_cell, #no_results_panel_cell {
	background-color: #afafaf;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0px;
}

#results_loading_panel_cell_div {
	position: relative;
	height: 47px;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}

#no_results_panel_cell_div {
	margin-top: 15px;
	text-align: center;
	position: relative;
	height: 32px;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}

#results_loading_panel_cell_div img {
	position: absolute;
	left: 340px;
	top: 12px;
}

#results_loading_panel_cell_div div {
	position: absolute;
	left: 375px;
	top: 15px;
}


.google_thumbnail:hover {
	background-color: #ddd;
}

.google_thumbnail img {
	margin-bottom: 5px;
	border: 1px solid #000;
}

.google_thumbnail_first {
	border-top: 0 none;
}

/************************** Image Chop **************************/


div#crop_left_panel {
	clear: left;
	float: left;
	position: relative;
	margin-top: 10px;
	border-right: 2px solid #999;
	width: 338px;
}

div#crop_right_panel {
	margin-right: 10px;
	margin-top: 10px;
	width: 650px;
	clear: right;
	float: left;
	position: relative;
	overflow: auto;
}

.pixel_box_error {
	background-color: #FEDC0B;
}

#crop_image_wrapper {
	position: relative;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
}

#crop_image_container {
	position: absolute;
	z-index: 1;
	font-size: 12px;
}

#crop_image_dimensions {
	position: relative;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#crop_image_instructions {
	position: relative;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	background-color: #eee;
	margin-bottom: 10px;
	padding: 10px;
}

.crop_bounding_box, .crop_bounding_box_mini_horiz, .crop_bounding_box_mini_vert {
	z-index: 3;
	position: absolute;
	border: 1px dashed #fff;
}
.crop_bounding_box_mini_horiz {
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
}
.crop_bounding_box_mini_vert {
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
}
.crop_bounding_box_mini {
	border: 0 none;
	background: #fff;
}

.crop_top_flank, .crop_left_flank, .crop_right_flank, .crop_bottom_flank {
	position: absolute;
	background-color: #000;
	opacity: 0.60;
	filter: alpha(opacity=60);
	cursor: crosshair;
}

.crop_handle {
	width: 7px;
	height: 7px;
	border: 1px solid #000;
	background-color: #fff;
	position: absolute;
}

#crop_handle_n 	{ cursor: n-resize;}
#crop_handle_ne	{ cursor: ne-resize;}
#crop_handle_e 	{ cursor: e-resize;}
#crop_handle_se { cursor: se-resize;}
#crop_handle_s 	{ cursor: s-resize;}
#crop_handle_sw	{ cursor: sw-resize;}
#crop_handle_w 	{ cursor: w-resize;}
#crop_handle_nw	{ cursor: nw-resize;}


#crop_bounding_box_mini {
	border: 0 none;
}

#crop_adjustment_form {
	width: 280px;
	position: absolute;
} 


.step_nav {
	clear: both;
	padding-top: 10px;
	width: 980px;
	height: 23px; /* 35 - 23 = 12 */
	border-top: 2px solid #999;
	float: left;
}

.step_nav_container {
	padding-left: 10px;
	padding-right: 10px;
}

.step_nav_next_container {
	float: right;
}

.step_nav_back_container {
	float: left;
}

.step_nav_download_container {
	float: right;
}

/************************** Image Resize **************************/

#resize_control_panel {
	height: 23px;
	margin-right: 10px;
	padding: 10px;
	position: relative;
}

#resize_instructions {
	font-size: 12px;
	border: 1px solid #000;
	background-color: #eee;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 160px;
	padding: 4px 10px 4px 10px;
}

#resize_slider {
	width: 400px; /* this gets changed by the script */
	position: absolute;
	top: 11px;
	left: 245px;
}

#resize_dimensions {
	position: absolute;
	top: 6px;
	left: 5px;
	width: 230px;
}

#resize_image_panel {
	border-top: 2px solid #999;
	margin-left: 10px;
	margin-right: 10px; 
}

#resize_image_container_container {
	position: relative;
	overflow: auto;
}

#resize_image_container {
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
}

#resize_image {
	border: 1px solid #000;
}

/************************** Add Border **************************/

div#add_border_left_panel {
	clear: left;
	width: 458px;
	float: left;
	position: relative;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

div#add_border_right_panel {
	overflow: auto;
	border-left: 2px solid #999;
	clear: right;
	width: 520px; /* > 468 */
	float: left;
	position: relative;
	margin-top: 10px;
}

#add_border_image_container {
	position: absolute;
}

#add_border_form {
	position: relative;
}

#add_border_gallery {
	position: relative;
	width: 456px;
	border: 1px solid #999;
	overflow: auto;
}

#add_border_gallery table {
	border-collapse: collapse;
}
#add_border_gallery td {
	border: 1px solid #999;
	padding: 12px; /* contained image must be 120px wide */
}
#add_border_table {
	float: left;
}

#add_border_gallery td.border_example_cell:hover, #add_border_gallery td.border_example_cell_selected {
	cursor: pointer;
	background-color: #ddd;
}

#add_border_instructions  {
	background-color: #eee;
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding: 10px;
	width: 436px;
}

#border_example {
	width: 120px;
	height: 120px; 
}

#border_colour_picker_button_container {
	float: left;
	margin-top: 10px;
}

#border_colour_picker_indicator {
	float: left;
	margin-top: 10px;
}

/************************** Add Text **************************/

div#add_text_left_panel {
	clear: left;
	width: 458px;
	float: left;
	position: relative;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

#add_text_form_container {
	position: absolute;
	width: 370px;
}

div#add_text_right_panel {
	overflow: auto;
	border-left: 2px solid #999;
	clear: right;
	width: 520px; /* > 468 */
	float: left;
	position: relative;
	margin-top: 10px;
}

#add_text_image_container {
	position: absolute;
}

#add_text_instructions  {
	background-color: #eee;
	border: 1px solid #000000;
	margin-left: 5px;
	padding: 10px;
}

#text_colour_picker_button_container {
	float: left;
}
#text_colour_picker_indicator {
	float: left;
}

#text_preview_button_container {
	float: left;
}

#text_style_button_container {
	float: left;
	border-left: 0 none;
	background-color: #000;
}

#text_bold, #text_bold_disabled {
	font-weight: bold;
}

#text_bold, #text_bold_disabled, #text_italic, #text_italic_disabled {
	float: left;
}
#text_italic, #text_italic_disabled {
	margin-left: 1px;
	font-style:italic; 
}

#font_face {
	float: left;
}

#text-outline_colour_picker_button_container {
	float: left;
}
#text-outline_colour_picker_indicator {
	float: left;
}

#bg_opacity_slider {
	width: 114px; 
}

/************************** Download **************************/

#download_preview {
	padding: 0px 25px 25px 11px;
}

#step_nav_container {
	clear: both;
}

#download_preview_image {
	padding: 10px;
	border: 1px solid #999;
}

div#download_left_panel {
	clear: left;
	width: 479px;
	float: left;
	position: relative;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

#download_form_container {
	position: absolute;
	width: 450px;
}

#download_right_panel {
	overflow: auto;
	border-left: 2px solid #999;
	clear: right;
	width: 489px;
	float: left;
	position: relative;
	margin-top: 10px;
}

#download_ads_container {
	position: absolute;
}

#download_instructions  {
	background-color: #eee;
	border: 1px solid #000000;
	margin-left: 5px;
	padding: 10px;
}

#download_colour_picker_button_container, #download_colour_picker_indicator, #download_button_container {
	float: left;
}

/************************** Swap Links **************************/

#stumble_container {
	display: inline;
	height: 100px;
}

#content_static {
	background: #c8c8c8 url(/images/content_bg.png) repeat-x top left;
	padding: 40px 300px;
	width: 400px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	font-weight: normal;
	text-align: left;
}

#swap_links_form {
	width: 400px;
	padding: 40px;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #eee;
	border: 1px solid #000;
	text-align: left;
}

#swap_links_form h1 {
	font-size: 16px;
	font-weight: bold;
}

