body {
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(img/top_bg.png);
	background-repeat: repeat-x;
}
div#small_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin-top:10px;
	color: #999999;
	font-weight: bold;
}

div#small_txt span#red {
color:#990000;
font-style:italic;
}

a, a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
} 
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-decoration: underline;
}

a.light, a.light:link, a.light:visited, a.light:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;
} 
a.light:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccccc;
	text-decoration: underline;
}

a.micro_font, a.micro_font:link, a.micro_font:visited, a.micro_font:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	text-decoration: none;
} 
a.micro_font:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	text-decoration: underline;
}

.content input#send {
	color: #990000;
	margin-left: 81%;
	background-image: url(img/notethis.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	background-attachment: fixed;
	background: url(img/notethis.png);
	cursor:pointer;
	border: 0;
	position: relative;
}
.killtimer {
	clear: none;
	float: left;
	width: 170px;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	padding-top: 17px;
	margin-left: 15px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.head {
	height: 52px;
	width: 800px;
	background-image: url(img/menu_head.png);
	background-repeat: no-repeat;
	float: none;
	padding-bottom: 6px;
}
.menu {
	height: 52px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	float: left;
	width: auto;
	padding-left: 450px;
	vertical-align: middle;
	clear: none;
}
.content {
	background-color: #FBFBFB;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 13px;
	position: relative;
	clear: both;
	min-height: 50px;
}
.footer {
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	padding-top: 7px;
	text-align: right;
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	border-bottom-color: #CCCCCC;
}
.content textarea#note {
	border: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	overflow: hidden;
	background-color: #FBFBFB;
	min-height: 100px;
}
.content .tl		{	position: absolute;	width: 14px;	height: 14px;	background: url(img/box-tl.png);	top: -1px;	left: -1px;}
.content .tr		{ width: 14px; height: 14px; background: url(img/box-tr.png); position: absolute; top: -1px; right: -1px; }
.content .bl		{ width: 14px; height: 14px; background: url(img/box-bl.png); position: absolute; bottom: -1px; left: -1px; }
.content .br		{	width: 14px;	height: 14px;	background: url(img/box-br.png);	position: absolute;
	bottom: -1px;	right: -1px;}
.content .inside	{
	padding: 10px;
	background-color: #FBFBFB;
}
.content .input, input#change {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CCCCCC;
	border: thin solid #CCCCCC;
}


.hover#write span { display:none;}

.hover#write {
  background-image:url(img/button_write.png);
  width:49px;
  height:52px;
  display:block;
  float:left;
}

.hover#write:hover, .hover#write:active, .hover#write:focus
{
  background-image:url(img/button_write_hover.png);
}

.hover#help span { display:none;}

.hover#help {
  background-image:url(img/button_help.png);
  width:49px;
  height:52px;
  display:block;
  float:left;
}

.hover#help:hover, .hover#help:active, .hover#help:focus
{
  background-image:url(img/button_help_hover.png);
}

.note_box .qr_box, .qr_box#img {
	float: left;
	height: 140px;
	width: 130px;
	margin-right: 25px;
	text-align:center;
	color: #cccccc;
}
.note_box .url_box {
	clear: right;
	float: left;
	height: 130px;
	width: auto;
	margin-top: 10px;
}
.note_box {
	height: 140px;
	width: auto;
}
