/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
	font-size: 62.5%;
	background: #fff;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	color: #555;
	margin-bottom: 40px;
}

/* -------------------------------------------- */

code, pre { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }

pre {
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 11px;
	font-size: 11px;
	line-height: 1.3em;
	overflow: auto;
}

code, pre {
  color: #000;
  background: #F0F0F0;
}

pre a { font-weight: normal; }

a { color: #21759b; text-decoration: none; font-weight: normal; }

a:visited {color:#4ca6cf;}

p a { border-bottom: 1px solid #dfdfdf; }

h3 a { font-weight: bold; }


p a:hover { border-bottom: 1px solid #d54e21; }

a:hover { color: #d54e21; }

h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 32px;
}

h2 a {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em, cite {
	font-style: italic;
}

sup {
	line-height: 1em;
	font-size: 80%;
}

.wrapper {
	width: 350px;
	margin: 0 auto;
	clear: both;
	display:hidden;
}

#header {
	height: 35px;
	width: 350px;
	padding:15px 15px 0px 15px;
	margin-bottom:10px;
	background: #464646;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 1px solid #464646;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
	
}

#loginbox {	
	width: 350px;
	padding:15px 15px 15px 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#loginbox {	
	width: 350px;
	padding:15px 15px 15px 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}

#loginbox h2{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom:10px;
}

#loginbox p{
	margin-bottom:5px;
}

#notification {	
	width: 350px;
	padding:5px 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#notification p{
	text-align:right;
}



input.text {
	margin-right: 2px;
	font-size: 12px;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 18px;
	vertical-align: top;
	color: #666;
}

.submit input, .button, .button-primary, .button-secondary, input[type=button], input[type=submit] {
	font: normal 12px/16px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	padding: 4px 14px !important;
	cursor: pointer;
	border: 1px solid #bbb;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}
	