/* 
    Document   : txtninja
    Created on : Aug 14, 2009, 6:39:27 PM
    Author     : txtninja@gmail.com
    Description:
        Purpose of the stylesheet follows.
*/

/* RESET STYLES */
root, *, 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;
    background: transparent;
    font-size: 100%;
}
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-top: 100px;
}
#wrapper {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	padding: 0;
}

#ninjas {
	float: left;
	margin-right: 9px;
}

div.logo, #txtninja {
	margin-bottom: 20px;
	background: transparent no-repeat 0 0;
}

div.logo {
	display: block;
        width: 217px;
	height: 45px;
	background-image: url(images/txtninja.png);
}
	div.logo span { display: none; }

.ninja {
	width: 228px;
	height: 192px;
	background: transparent url(images/ninja.png) no-repeat 0 0;
	position: relative;
	left: -12px;
}

#inputs {
	float: right;
	width: 344px;

}

#txtninja {
	width: 100%;
	height: 29px;
	background-image: url(images/inputbg.png);
	padding: 8px 10px;
}
	#txtninja input.txtninja {
		border: 0;
		float: left;
		width: 262px;
		height: 24px;
		padding: 5px 5px 0 5px;
		background: #FFFFFF url(images/inputtop.png) no-repeat 0 0;
		font-size: 17px;
		color: #343434;
	}
	#txtninja input.submitbutton {
		float: left;
	}

.nav {
	width: 363px;
	height: 29px;
	background: transparent url(images/navbg.png) repeat-x 0 0;
	border: 1px solid #EB73B2;
	border-bottom: 0;
}
	.nav a {
		float: left;
                display: inline;
		line-height: 28px;
		padding: 0 7px;
		border-right: 1px solid #EB73B2;
		color: #555;
		text-decoration: none;
	}
	.nav a.active {
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		text-decoration: underline;
		cursor: default;
	}
	.nav a.lastu {
		padding-left: 7px;
        padding-right: 0;
		border-right: 0;
	}

.options {
	width: 347px;
	height: 162px;
	border: 1px solid #EB73B2;
	border-top: 0;
	padding: 0 8px;
	line-height: 180%;
        vertical-align: center;
	overflow: none;
}
.options p {
    margin-top: 10px;
}
	.options .fonts {
		display: block;
		width: 98px;
		height: 113px;
		line-height: 24px;
		margin: 0;
		padding: 0;
		background: url(images/fonts.png) no-repeat 20px 6px;
	} .options .fonts span {
		height: 24px;
		display: block;
	}
input.txt {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #EB73B2;
	padding: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px dotted #EB73B2;
}

.error {
	width: 558px;
	line-height: 18px;
	border: 1px solid #FFCB47;
	background: #FCFCD7 url(images/error.png) no-repeat 7px 11px;
	padding: 10px 12px 10px 30px;
	margin-bottom: 30px;
}

.small, small {
	color: #555;
	font-size: 90%;
	line-height: 100%;
	margin-top: 5px;
}
.front {
	line-height: 120%;
	list-style: none;
	vertical-align: middle;	
}