@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000;
}

a {
	text-decoration: underline;
	color: #00f;
}

img {
	border: none;
}

form {
	margin: 0px;
}

.textbox {
	border: solid 1px #aea59f;
	padding: 1px 3px;
	font-size: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/*  480px width (484px w/Border) fancy box styles */
.top-480 {
	background: url(../images/480-top.png) no-repeat 0px 0px; 
	line-height: 18px; 
	font-size: 9px;
}
.middle-480 {
	background: url(../images/480-middle.png) repeat-y 0px 0px;
	font-size: 12px;
	text-align: center;
}
.bottom-480 {
	background: url(../images/480-bottom.png) no-repeat 0px 0px; 
	line-height: 18px; 
	font-size: 9px;
}


/*  760px width (764px w/Border) fancy box styles */
.top-760 {
	background: url(../images/760-top.png) no-repeat 0px 0px; 
	line-height: 18px; 
	font-size: 9px;
}
.middle-760 {
	background: url(../images/760-middle.png) repeat-y 0px 0px;
	font-size: 12px;
	text-align: center;
}
.bottom-760 {
	background: url(../images/760-bottom.png) no-repeat 0px 0px; 
	line-height: 18px; 
	font-size: 9px;
}





.boxtitle {
	font-size: 15px;
	font-weight: bold;
	color: #c00;
	text-align: left;
	padding: 0px 16px 16px;
}

.button2 {
	background: url(../images/80-button.png) no-repeat center;
	color: #fff;
	border: none;
	height: 22px;
	line-height: 18px;
	width: 84px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.button2:hover {
	background: url(../images/80-button-hover.png) no-repeat center;
	color: #000;
}


.button3 {
	border: solid 1px #aaa;
	background-color: #ccc;
	color: #888;
	line-height: 16px;
	width: 48px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	margin: 1px 2px;
}
.button3:hover {
	border: solid 1px #111;
	background-color: #555;
	color: #fff;
}