/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background 
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* -----------------------------------------------
	standard formatting, do not change!!!
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

body {
	background: #fff;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

caption {
	display: inline;
	left: -1000px;
	overflow:hidden;
	width:0px;
	position:absolute;
	top:-1000px;
	height:0px;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	vertical-align: top;
}

ul {
	list-style: none;
}

ol {
	margin-left: 20px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	display: inline;
	left: -1000px;
	overflow:hidden;
	width:0px;
	position:absolute;
	top:-1000px;
	height:0px;
}

blockquote {
	margin:0;
	padding:0;
}


.clear {
	clear: both;
}

.hidden {
	display: inline;
	left: -1000px;
	overflow:hidden;
	width:0px;
	position:absolute;
	top:-1000px;
	height:0px;
}

#box { 
	text-align: left;
}


#logo {
	display: inline;
	left: -1000px;
	overflow:hidden;
	width:0px;
	position:absolute;
	top:-1000px;
	height:0px;
}

#logo_text {
	left: 0px;
	width: auto;
  position:absolute;
	top: 1em;
	height:27px;
  z-index: 2;
}
