﻿body {
	font:12px Arial, Helvetica, sans-serif;
}

#header {
	border-bottom:1px solid #ccc;
	height:52px;
	padding:10px 0 0 0;
	text-align:right;
}
	#header img {
		float:left;	
	}

	#header h1 {
		color: #DB1426;
		font-size:18px; 
		font-weight:normal;
	}

#footer {
	background:#db1426;
	color:#fff;
	font-size:11px;
	height:16px;
	padding:4px;
}

	#footer .links {
		float:left;
		margin-left:75px;	
	}

	#footer a, #footer a:visited { 
		color:#fff;	
		margin:0 8px 0 0px;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;	
	}
	
	#footer .copy {
		float:right;
		margin-right:40px;
	}
	
#container { 
	margin:auto auto;
	width:654px;
}

	h2 {
		font-size:18px;	
	}
	
	h3 {
		font-size:14px;
		margin-bottom:0;
	}
	
	.imageleft {
		background:#999;
		float:left;
		margin:0 10px 10px 0;
		padding:1px;
	}
	
	.imageright {
		background:#999;
		float:right;
		margin:0 0 10px 10px;
		padding:1px;
	}
		
	a, a:visited { 
		color:#e12239;	
		font-weight:bold;
	}
	
	a:hover { 
		color:#5C7386;
	}
	
	#subcenter {
		width:654px;
		margin:15px 0;
	}

		#subcenter_head { 
			background:#fff url('/Images/bg-manage-head.jpg') top left no-repeat;
			height:31px;
			width:100%;
		}

		#subcenter_body {
			background:#fff url('/Images/bg-manage-center.jpg') top left repeat-y;
			padding:5px 15px 15px 15px;
			width:100%;	
		}

			#subcenter_body table {
				width:625px;	
			}
			
			#subcenter_body th {
				border-bottom:1px solid #ccc;	
				text-align:left;
			}

			#subcenter_body tr {
				border-bottom:1px solid #ccc;	
				padding-bottom:5px;
			}

			#subcenter_body .title {
				color:#900;
				display:block;
				font-weight:bold;
			}
			
			#subcenter_body a {
				text-decoration:none;
			}

		#subcenter_footer { 
			background:#fff url('/Images/bg-manage-footer.jpg') top left no-repeat;
			height:33px;
			width:100%;	
		}

	.formfield {
		display:block;
		margin-bottom:2px;
		width:100%;	
	}
	
		.formfield .label { 
			float:left;
			width:180px;
		}
		
		.formfield .textbox {
			width:200px;	
		}
		
		.submit {
			margin-top:10px; 
			text-align:center
		}

	.signupform {
		margin:15px 0;
		padding:8px 8px 20px 8px;
		width:425px; 
	}
	
	.existing {
		background:#eee; 
		border:1px solid #aaa; 
		float:right;
		padding:5px 2px; 
		text-align:center;	
		width:200px;
	}
	
	.error {
		background:#DB1426;
		color:#fff;
		display:block;
		font-weight:bold;
		margin:6px 0;
		padding:2px;
		width:100%;
	}
	