@charset "utf-8";
/* CSS RESET */

/*---------START RESET----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*---------END RESET--------*/



body {
	background:url(/images/bgtexture.jpg) repeat-x center top #98d3da;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	background:url(/images/mainlogo.png) no-repeat;
	width:268px;
	height:175px;
	margin:55px auto 41px;
	text-indent:-8888px;
	display:block;
	position:relative;
}

#formarea {
	background:url(/images/formbg.png) no-repeat;
	width:459px;
	height:138px;
	margin:0 auto;
	
}

#content {
	background:url(/images/whitegradient.png) no-repeat center 0;
	margin:44px auto 0;
	position:absolute;
	display:block;
	width:100%;
}

#formarea .maininput {
	background:url(/images/textfieldbg.png) repeat-x 0 0 #f3feff;
	width:395px;
	height:33px;
	margin:20px 0 0 25px;
	border:2px solid #333;
	font:18px Arial, Helvetica, sans-serif;
	color:#666;
	padding:10px 5px 0;
}

a.submitbtn:link, a.submitbtn:visited {
	background:url(/images/btn_shorten.png) no-repeat 0 0;
	width:147px;
	height:38px;
	margin:10px auto 0 286px;
	display:block;
	text-indent:-8888px;
}

a.submitbtn:hover {
	background-position: 0 -38px;
}

a.submitbtn:active {
	background-position: 0 -76px;
}

.textturnthis {
	background:url(/images/text_turnthis.png) no-repeat;
	width:450px;
	margin:10px auto 10px;
}

.textturnthis p{
	font:10px Verdana, Geneva, sans-serif;
	color:#333;
	margin:0 0 0 150px;
	white-space:nowrap;
}

.textintothis {
	background:url(/images/text_intothis.png) no-repeat;
	width:450px;
	height:30px;
	margin:0 auto 40px;
}

.textintothis p{
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	margin:0 0 0 150px;
	white-space:nowrap;
	line-height:27px;
}

.stitch {
	width:80%;
	height:5px;
	background:url(/images/stitch.png) repeat-x;
	margin:0 auto 20px;
}

.bottomads {
	width:800px;
	height:120px;
	margin:0 auto 20px;
	text-align:center;
}

.bottomads ul li {
	float:left;
	margin:0 20px;
	width:160px;
	height:120px;
	display:block;
}

#formarea h2 {
	display:block;
	text-align:center;
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:20px 0 0;
	color:#40909B;
}

#formarea h3 {
	display:block;
	text-align:center;
	font:20pt Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:10px 0 0;
	color:#454445;
}

#formarea p {
	text-align:center;
	margin:0;
	color:#000;
	font:13px Arial, Helvetica, sans-serif;
}

.shortened {
	display:block;
	width:450px;
	margin:10px auto;
	text-align:center;
	font:13px Arial, Helvetica, sans-serif;
	font-weight:normal;
	white-space:normal;
}

.footertxt {
	font:10px Verdana, Geneva, sans-serif;
	color:#658B9A;
	text-align:center;
	display:block;
	margin:10px auto 20px;
}

#bookmarklet {
	float:right;
	height:26px;
	margin:9px 30px 0 0;
	padding:0 0 0 30px;
	background:url(/images/toparrow.png) no-repeat;
	line-height:24px;
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
}

#bookmarklet a{
	color:#CF0;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
