

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

.margin-left{ margin-left: 5px;}
.margin-right{ margin-right: 5px;}
.margin-top{ margin-top: 5px;}

.float-left{float: left; display: inline;}
.float-right{float: right; display: inline;}

label {font-weight:bold; width: 100px; height: 28px; float: left; display: block; margin-top: 7px;}
fieldset {padding:0 16px;margin:0 0 10px 0;border:1px solid #870e43;}
legend {font-weight:bold;font-size:14px;}
input.text, input.title, textarea, select {margin:0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:18px;}
textarea {width:525px;height:150px;padding:5px;}
.error, .notice, .success {padding:10px;margin-bottom:12px; margin-top: 5px; border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#fff9e1;color:#450605;border-color:#c4b268;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#450605; text-decoration: underline;}
.success a {color:#264409; text-decoration: underline;}

div.item{margin: 5px; background: #fff; width: 308px; border: 1px solid #F679AE;}
div.item p {padding: 5px; margin: 0;}
p img.left {float:left;margin:0 5px 0 0;padding:0; border: 1px solid #F679AE;}

body{
	background: #b6175d url('../images/background.jpg') no-repeat top center;
	margin: 60px 0;
	padding: 0;
	
	font-size:12px;
	color:#870e43;
	font-family: Tahoma, Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}

a, a:visited, a:active{
	color:#870e43;
	text-decoration: none;
}

.container {width:650px;margin:0 auto;}

h1{
	cursor:pointer;
	background: url('../images/logo.png') no-repeat;
	height: 86px;
	width: 317px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
	padding-bottom:5px;
}

h1 a{
	display: block;
	height: 86px;
	width: 317px;
}


.content{
	background: #fff url('/common/images/content-background.jpg') no-repeat top left;
	width:650px;
	padding:5px 0 0;
	margin:0;
}

.content-bottom{
	background: #fff url('/common/images/content-bottom.jpg') no-repeat;
	height: 5px;
}

h2{
	font-family: Lucida, sans-serif;
	font-weight: normal;
	font-size: 24px;

	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 2px solid #870e43;
}

h2#margin{
	margin-top: 15px;
}


	img{border:none;}


.footer{
	margin: 10px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}
.footer a{
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
}

.absmiddle{margin-bottom: -0.25em; margin-right: 0.25em;}
fieldset a{ display: block; line-height: 18px; font-weight: normal;}

.emphasis{
	background: #fff;
	border: 1px solid #F679AE;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;

}

.emphasis:hover{
	border: 1px solid #d1427e;
}

.emphasis a{
	font-weight: bold;
	padding: 3px 10px;
	color: #520326;
}
