/* Abbr Styles */
*{
	font-family: "Trebuchet MS", Arial, sans-serif;
}
body {
	font-size: 11px;
	line-height: 1.7em;	
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url("images/bg-lightblue.jpg");
}
a:link,a:hover,a:visited,a:active{
	color:#FFF;
}
#header,#content,#footer,#ads{
	margin: 0px auto;
	margin-top: 40px;
	text-align: center;
	color: #FFF;
	width: 550px!important;
	border: 2px solid #FFF;
	background-image: url("images/bg-naby.jpg");
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
#header{
	border-bottom: 0px;
}
#content,#footer,#ads{
	margin: 0px auto;
	border-top: 0px;
	border-bottom: 0px;
}
#footer{
	border-bottom: 1px solid #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header {
	text-align: left;
}
#header h1 span{
	color:#444;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.8em;
	margin-bottom: 1em;
	display:none;
}
#header h1 a{	
	background-image: url("images/logo2.jpg");
	display: block;
	width: 200px;
	height: 73px;
	border: 0px;
	text-decoration: none;
}
#content label{
	color: #FFF;
	font-weight: bold;
}
#content label.trigger{
	line-height:25px;
	font-size: 1.2em;
}
#content input,#content textarea,#content select{
	font-size: 1.8em;
	color: #000;
	width:95%;
	background-image: url("images/bg-lightblue.jpg");
	border: 1px solid #FFF;
	margin-top: 2px;
}
#content select{
	font-size: 1.2em;
}
#content #feedback{
	text-align: center;
}
#feedback input,#feedback textarea{
	width: 95%;
	background-image: none;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
}
#result {
	margin-top: 5px;
}
#result input{
	font-size: 1.5em;
	width:90%
}
div#advanced{
	margin: 10px auto;
	width: 60%;
}

#feedback input{

}
#api{
	text-align: left;
}
#api h2{
	font-size: 1.9em;
	color: #FFF;
}
#api h3{
	font-size: 1.5em;
	color: #FFF;
	border-bottom: 1px dashed #FFF;
	padding-bottom: 1px;
}
#api  ul{
	background-color: #E8E9F1;
	color: #000;
	border: 1px solid #E12CAC;
}
#api  code{
	color: #681;
	font: 1.1em "andale mono", "lucida console", "courier new", monospace
}
#api a:link,#api a:visited,#api a:hover,#api a:active{
	color: #000;
}
#api .example{
	background-color: #E8E9F1;
	margin-top: 3px;
	padding: 3px;
	border: 1px solid #E12CAC;
}
#terms {
	margin: 0 auto;
	width: 300px;
	font-size: 1.1em;
}
#terms h2{
	font-size: 1.9em;
}
#content input.button{
	background-color: #1C1F56;
	background-image: none;
	font-family: Tahoma,Verdana;
	font-weight: bold;
	border: 1px solid #FFF;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-top: 5px;
	width: auto;
	color: #FFF;
}
a.bookmarklet{
	padding: 5px;
	background-image: url("images/bg-lightblue.jpg");
	border: 1px solid #BBBDDA;
	width: auto;
	color: #000;
}
#loading{
	margin-top: 10px;
	text-align: center;
	display: none;
}
#footer{
	border-top: 1px solid #E8E9F1;
	color: #FFF;
	bottom: 0;
	height: 40px;
	text-align: left;
	background-image: none;
	background-color: #1C1F56;
}
#footer #paypal{
	float: right;
	margin-top: 5px;
}