@charset "utf-8";
/* CSS Document */

body { font-size: 0.7em; }
h3   { font-size: 1.6em; margin: 0px; }

a.sample_attach, a.sample_attach:visited, div.sample_attach
{
	display: block;
	width:   154px;
	text-decoration: none;
	font-family: Verdana, Sans-Sherif;
	font-weight: 900;
	font-size: 1em;
	color:   #5C1509;
	background-color: #A3A389;
	background-image: url(img/dropdown.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	height: auto;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child             {
}

form.sample_attach
{
	position: absolute;
	visibility: hidden;
	width: 151px;
	left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-attachment: scroll;
	background-image: url(img/dropdown.png);
	background-repeat: no-repeat;
	background-position: center top;
}

form.sample_attach b
{
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.1em;
}

input.sample_attach {
	margin: 1px 0px;
	width: 149px;
}

