@charset "UTF-8";
.rounded_STYLE
{
	background-color: #FFF;            /* if needed */
	border: 3px solid #e2bc75;     /* if needed */
	position: relative;
	background-image: url(images/R.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.rounded_STYLE > .tl, .rounded_STYLE > .tr, .rounded_STYLE > .bl, .rounded_STYLE > .br
{
  width: 18px;
  height: 18px;
  position: absolute;
}

.rounded_STYLE > .tl
{
  background: url(images/top_01.jpg) top left no-repeat;
  top: -4px;
  left: -4px;
}

.rounded_STYLE > .tr
{
  background: url(images/top_03.jpg) top right no-repeat;
  top: -4px;
  right: -4px;
}

.rounded_STYLE > .bl
{
  background: url(images/bottom_01.jpg) bottom left no-repeat;
  bottom: -4px;
  left: -4px;
}

.rounded_STYLE > .br
{
  background: url(images/bottom_03.jpg) bottom right no-repeat;
  bottom: -4px;
  right: -4px;
}
.smaller {
	font-size: 70%;
}
#textfield {
	margin: 5px;
	border: 1px solid #6B0C05;
}
.background {
	width: 100%;
	background-image: url(/images/background.jpg);
	/*padding-top: 120px;*/
	text-align: center;
	background-color: #380505;
	background-repeat: no-repeat;
	background-position: center top;
}
#header{
	line-height:30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#button {
	background-color: #360504;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B0C05;
	border-right-color: #110201;
	border-bottom-color: #110201;
	border-left-color: #6B0C05;
}
.footer {
	font-size: 12px;
	color: #E0BB6D;
	padding-bottom: 10px;
}
.content {
	padding: 10px;
}
a {
	color: #6B0C05;
	text-decoration: none;
}
.red {
	color: #6B0C05;
}
p {
	font-size: 17px;
	color: #000;
}
div {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
