HTML, BODY {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5;
	background: #FFFFFF;
	padding: 0em;
	margin: 0em;
}

#main_container {
	position: relative;
	width: 556px;
	min-height: 500px;
	background: #FFFFFF;
	margin: 0px auto;
}

H1 {
	font-family: "Georgia", serif;
	font-size: 30px;
	font-weight: normal;
	height: 80px;
	background: url(images/favikon.png) center no-repeat;
	text-indent: -9999em;
	text-align: center;
	color: #000000;
	padding: 0px;
	margin: 0px 0px;
}

#header P {
	display: none;
}

H2 {
	font-family: "Georgia", serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 7px 0px;
}

A {
	color: #666666;
}

A:hover {
	color: #999999;
}

P {
	margin: 10px 0px;
}

P.note {
	font-size: 10px;
}

FORM {
	padding: 0px;
	margin: 0px;
}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

INPUT#url,
INPUT.code_sample {
	width: 225px;
}

INPUT.code_sample {
	font-family: "Courier New", monospace;
	font-size: 11px;
	color: #000000;
}

#url {
	border: solid 1px #C57100;
}

INPUT.code_sample {
	border: solid 1px #0048CA;
}

#options {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 260px;
	margin: 0px;
}

#options DIV {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #DDD;
	padding: 5px 15px;
	margin: 0px 0px 10px 0px;
}

DIV#step_1 {
	height: 213px;
	background: url(images/section_1.png) no-repeat;
	color: #333;
}

DIV#step_2 {
	height: 158px;
	background: url(images/section_2.png) no-repeat;
	color: #333;
}

DIV#step_3 {
	height: 139px;
	color: #333;
	background: url(images/section_3.png) no-repeat;
}

#extras {
	background: transparent !important;
	text-align: center;
}

#rotating_favicon H2 {
	background-position: right center;
	background-repeat: no-repeat;
}

#options DIV A {
	color: #333333;
}

#options DIV A:hover {
	color: #000000;
}

#download_button, #preview_button, #load_image_button {
	width: 100%;
	height: 30px;
}

#uploader {
	display: none;
}

#preview_container {
	position: absolute;
	top: 349px;
	left: 300px;
	width: 238px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #DDDDDD 10px center no-repeat;
	padding: 10px;
}

#advertisement {
	position: absolute;
	top: 425px;
	left: 300px;
	width: 236px;
	padding: 0px 10px;
}

#download {
	background: url(images/arrow_down.png) right center no-repeat;
	padding: 4px 0px;
	padding-right: 20px;
}

#crop_container {
	position: absolute;
	top: 80px;
	left: 300px;
	width: 256px;
	height: 256px;
	border: solid 1px #CCC;
	background-color: #000;
	background-image: url(images/your_logo_here.png);
	background-position: center;
	background-repeat: no-repeat;
}

#cropper {
	position: absolute;
	width: 128px;
	height: 128px;
	top: 81px;
	left: 301px;
	cursor: move;
}

#cropper_interior {
	width: 128px;
	height: 128px;
	background: #000;
	opacity: .3;
	filter: alpha(opacity=30);
}

#resizeSE,
#resizeNE,
#resizeNW,
#resizeSW {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #000000 url(images/handle.png) no-repeat;
	border: 1px solid #FFFFFF;
	overflow: hidden;
}

#resizeE,
#resizeN,
#resizeW,
#resizeS {
	display: none;
}

#resizeSE {
	bottom: -10px;
	right: -10px;
	cursor: se-resize;
}

#resizeE {
	top: 50%;
	right: -10px;
	margin-top: -5px;
	cursor: e-resize;
}

#resizeNE {
	top: -10px;
	right: -10px;
	cursor: ne-resize;
}

#resizeN {
	top: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: n-resize;
}

#resizeNW {
	top: -10px;
	left: -10px;
	cursor: nw-resize;
}

#resizeW {
	top: 50%;
	left: -10px;
	margin-top: -5px;
	cursor: w-resize;
}

#resizeSW {
	left: -10px;
	bottom: -10px;
	cursor: sw-resize;
}

#resizeS {
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: s-resize;
}