﻿/* CSS layout
Orange: #DA6C0A; */
body{
	font-family: Arial, Helvetica, sans-serif;	
	color: #666666;
}
#masthead {
}
#subscribe {
	background-image: url('../Images/subscribe_750x50.jpg');
	background-position: center;
	background-repeat: no-repeat;
	margin-top:25px;
	height: 50px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color:white
}
#subscribe-text {
	padding-top:15px;
	height:35px;
	display:block;
}
#subscribe a
{
	color:white;
	text-decoration:none;
}
#subscribe a:hover, a:visited{
	color:#CC6600;	
}

#page_content {
	margin-top:25px;
	text-align: left;
}

p.orange-space{
	padding-top: 7px;
	color: #FF9933;
}
.form-item {
	margin:20px;
}
.input-label {
	font-weight:bold;
	padding:5px;
	width:100px;
	display:inline-block;
	color:#333333;
}
input {
	width:250px;
}
#submit-btn{
	width:200px;
	height:35px;
}
#subscribe-dialog
{
	color:#999999;
}
#footer {
	font-size: x-small;
	font-weight: 700;
	border-top: 1px #CCCCCC solid;
	text-align: right;
	color: #999999;
	margin-top: 25px;
}

.error{
	color:#DA6C0A;
	font-weight:normal;
	font-size:small;
	display:inline-block;
	padding-left:3px;
}
