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

div#content{
	width:600px;
	margin:10px auto;}

h2{
	color:#B5006C;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:15px;
	font-size:150%;}

#content table{
	background:#ffffff;
	margin-bottom:20px;}
	
	td{
		padding:10px;}
	
	textarea{
		width:300px;
		background:#eeeeee;
		border:none;
		height:50px;}

#content p{
	margin:auto 10px;}

#content dl{
	margin:20px 2em;
	padding:0.5em 1em 0;
	background:#F9F9F9;}
	
	#content dl .bold{
		color:#333333;}
		
	#content dl dd{
		margin-left:1em;
		margin-bottom:1em;}


#content h3{
	text-align:center;
	font-size:110%;
	color:#454545;}

/*form */
#content div.link_form{
	padding:10px 20px;
	margin:0px 50px 10px;
	border:solid 1px #CCCCCC;
	background:#F0F0F0;}
	
	
	#content form label{
		width:40%;
		float:left;
		display:inline;
		font-weight:bold;
		font-size:90%;}
	
	#content form div{
		clear:both;}
	
	#content div.input{
		position:relative;
		margin:10px 1em;
		padding:5px 0px;
		border-top:outset 1px #666666;}
	
	#content form input{
		background:#FFFFFF;	
		width:55%;}
		
	#content .error-message{
		font-weight:normal;
		font-size:smaller;}
	
	#content div.submit{
		text-align:center;}
	
	#content div.submit input{
		width:auto;
		padding:2px 10px;
		background:#999999;
		text-align:center;
		color:#FFFFFF;
		font-weight:bold;
		cursor:pointer;
		cursor:hand;}
		
		#content div.link_form .super{
			vertical-align:super;
			color:#FF0000;}
			
			
			
			
			
			
			
			
div.links{
	clear:both;
	width:100%;
	margin:10px auto 10px;
	overflow:hidden;}
	
		
	div.links ul{
		overflow:hidden;
		margin-bottom:10px;
		padding-left:20px;
		}
	
	div.links ul li{
		height:31px;
		display:inline;
		margin:4px 4px 0px 0px;
		width:88px;
		float:left;
		overflow:hidden;}
		
		div.links ul li a{
			width:100%;
			height:100%;
			display:block;}
			
			div.links ul li a img{
				border:none;
				height:31px;
				width:88px;}
	
	div.links p{
		clear:both;
		color:#543063;
		border-bottom:solid 1px #CCCCCC;
		margin:10px 0px 10px;
		padding-top:20px;
		}


			
