@charset "utf-8";

* {
	padding: 0;
	margin: 0 auto;
}

body {
	background: url(../images/bg.jpg) no-repeat fixed #001d3f;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	cursor: default;
	font-size: 16px;
}

a {
	outline: none;
}

#preload {
	display: none;
}

#bubble {
	background: url(../images/bubble.png) no-repeat;
	height: 173px;
	width: 674px;
}

#urlbox_wrap {
	background: url(../images/urlbox.png) left top no-repeat;
	width: 674px;
	height: 51px;
}

#urlbox_wrap input {
	background-color: transparent;
	width: 638px;
	height: 44px;
	padding: 8px 18px 0 18px;
	border: none;
	font-size: 32px;
	color: #111111;
}

#bottom_left {
	float: left;
	width: 491px;
	padding: 1px 0 0 16px;
}

#bottom_left #url_result_wrap {
	height: 16px;
}

#bottom_left #url_result {
	font-size: 12px;
	height: 16px;
}

#bottom_left #url_result #url_result_ini {
	background: url(../images/link.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #url_result #url_result_success {
	background: url(../images/accept.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #url_result #url_result_error {
	background: url(../images/delete.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #options {
	margin-top: 30px;
	line-height: 23px;
}

#bottom_left #options a {
	color: #eef06c;
	text-decoration: none;
	height: 16px;
}

#bottom_left #options a:hover {
	color: #5fc8dd;
}

#bottom_left #options #indicate {
	background: url(../images/tag_green.png) no-repeat;
	padding: 0 0 0 20px;
}

#bottom_left #options #protect {
	background: url(../images/lock.png) no-repeat;
	padding: 0 0 0 20px;
}

#bottom_left #options #track {
	background: url(../images/chart_curve.png) no-repeat;
	padding: 0 0 0 20px;
}

#bottom_left #options input {
	width: 100px;
	height: 16px;
	font-size: 14px;
	border: solid 1px #072245;
	padding: 2px;
}

#bottom_left #options #keyword_result_wrap {
	padding-left: 20px;
	font-size: 12px;
}

#bottom_left #options #keyword_result_wrap #keyword_result #keyword_result_ini {
	background: url(../images/bullet_star.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #options #keyword_result_wrap #keyword_result #keyword_result_success {
	background: url(../images/bullet_green.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #options #keyword_result_wrap #keyword_result #keyword_result_error {
	background: url(../images/bullet_red.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #options #password_result_wrap {
	padding-left: 20px;
	font-size: 12px;
}

#bottom_left #options #password_result_wrap #password_result #password_result_ini {
	background: url(../images/bullet_star.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #options #password_result_wrap #password_result #password_result_success {
	background: url(../images/bullet_green.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #options #password_result_wrap #password_result #password_result_error {
	background: url(../images/bullet_red.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #options #analytics_result_wrap {
	padding-left: 20px;
	font-size: 12px;
}

#bottom_left #options #analytics_result_wrap #analytics_result #analytics_result_ini {
	background: url(../images/bullet_star.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #options #analytics_result_wrap #analytics_result #analytics_result_success {
	background: url(../images/bullet_green.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_left #options #analytics_result_wrap #analytics_result #analytics_result_error {
	background: url(../images/bullet_red.png) no-repeat;
	padding: 1px 0 0 20px;
}

#bottom_right {
	float: left;
	width: 167px;
}

#bottom_right a {
	background: url(../images/cutbtn_out.png) no-repeat;
	display: block;
	width: 167px;
	height: 119px;
}

#bottom_right a:hover {
	background: url(../images/cutbtn_over.png) no-repeat;
}

#result_wrap {
	text-align: center;
}

#result_wrap a {
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
}

#result_wrap a:hover {
	text-decoration: underline;
}

#result_wrap #options {
	padding: 67px 0 0 16px;
	text-align: left;
	line-height: 23px;
}

#result_wrap #options a {
	font-size: 16px;
	color: #eef06c;
}

#result_wrap #options a:hover {
	color: #5fc8dd;
}

#result_wrap #options #clipboard {
	background: url(../images/link_add.png) no-repeat;
	padding: 1px 0 0 20px;
}

#result_wrap #options #delete {
	background: url(../images/link_delete.png) no-repeat;
	padding: 1px 0 0 20px;
}

#result_wrap #options #new {
	background: url(../images/page_link.png) no-repeat;
	padding: 1px 0 0 20px;
}

#footer_wrap {
	text-align: center;
	position: absolute;
	bottom: 0%;
	width: 100%;
}

#footer_wrap /*#footer*/ {
	margin: auto;
	/*width: 900px;
	height: 65px;
	background: url(../images/footer.png);
	text-align: left;*/
	text-align: center;
	position:absolute;
	width:728px; height:65px;
	left:50%; margin-left:-400px;
	top:100%; margin-top:-70px;
}

#footer_wrap #footer #text {
	padding: 40px 0 0 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#footer_wrap #footer #text a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}

#footer_wrap #footer #text a:hover {
	border-bottom: 1px solid #999999;
}


/* vertical align - http://stylizedweb.com/2008/02/01/vertical-align-div/ */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
 
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -250px;
	float: left;
}
 
div#wrapper {
	width: 674px;
	height: 500px;
	clear: both;
	position: relative;
	top: -250px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}
 
/* Hide from IE5mac \*//*/
div#shim {
	display: none;
}
 
html, body {
	height: auto;
}
/* end hack */
 
/* ]]> */