.slide-out-div {
	font-size: 12px;
	line-height: 15px;
	width: 265px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.slideContent {height:250px;}
.slideContent h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin:12px 4px;
}

li, table, form {
	font-size: 12px;
}
.error {
	font-size: 12px;
	padding: 0 3px 3px 3px;
}
input, textarea, select {
	font-size: 12px;
}

#header {
	height: 106px;
	width: 100%;
}
#footer {
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
}
.panel {
	border-radius: 6px;
	border-style: solid;
	border-width: 1px 2px 2px 0;
	border-color:#487bab;
	box-shadow: -6px 3px 8px rgba(0, 0, 0, 0.6);
	margin: -8px 0 0;
	position: relative;
	width: 263px;
	background-color: #FFF;
	text-align:center;
}
.panel .slideContent {
	border-radius: 5px;
	padding: 2px 12px;
}
.poweredby {
	clear: both;
	padding-top: 10px;
}
p.poweredby a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
}
p.poweredby a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
}
p a {
	font-size: 16px;
}
p a[href="./?p=unsubscribe"] {
	float: right;
	font-size: 12px;
	margin-top: 50px;
}
#mainContent table {
	width: 100%;
}
#mainContent table td {
	margin: 1px;
	padding: 3px;
	text-align: right;
	white-space: nowrap;
	vertical-align:middle;
}
#mainContent table td.attributeinput {
	text-align: left;
}
input[type="text"], input[type="password"] {
	border-style: solid;
	border-width: 1px;
	padding: 4px 3px;
	width: 94%;
	max-width:150px;
}
select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1px;
	margin: 0 2px 0 0;
	padding: 2px 1px 2px 5px;
}
input[type="submit"], p.button a, a.button {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	line-height: 1;
	margin: 5px 0;
	padding: 6px 8px;
	position: relative;
	background-color:#f8694d;
	color:#FFF;
}
input[type="submit"]:hover, a.button:hover, p.button a:hover {
	cursor: pointer;
	text-decoration: none;
}
span.required, div.required {
	color: #999;
}
.attributeinput {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}
.panel input {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}

@media only screen and (max-width: 767px) {
	.fixed #mainContent {
		margin: 0 5px;
	}
}

/* validation */
#error {
	color:red;
	font-size:12px;
	display:none;
}
.needsfilled {
	background:red;
	color:white;
}
