/* Styling for the Subscribe Form */
/* WebValence (c) 2006 */

/* Message text: something wrong */
.alert {
	color: darkred;
}

/* Message text: results OK */
.note {
	color: darkgreen;
}

/* Style the subscribe layer */
#subscribe {
	background-color: #DCDCDC;
	font-family: "Comic Sans MS", fantasy;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0.5em;
	width: 24em;
	z-index: 1;
	top: 20em;
	left: 15em;
	position: absolute;
	display: none;
}

#subscribe legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #660066;
}

/* Buttons on the subscribe layer */
#subscribe button {
	font-size: 1em;
	line-height: 1.1em;
	color: blue;
	text-decoration: underline;
	padding-bottom: 0.2em;
}

/* Enclosing table style */
table#subTable {
	width: 100%;
	margin: 0px;
}

/* id the rows to gain display control */
/* Subscribe, Cancel, Update row */
#subAction {
	visibility: visible;
}

/* Email address row */
#row1 {
	visibility: visible;
}

/* Name row */
#row2  {
	visibility: visible;
}

/* Send row */
#subSend {
	visibility: visible;
}

/* Response row */
#subResponse {
	visibility: visible;
}

/* Title row */
#subTitle {
	visibility: visible;
}

/* id the close button */
#subX {
	margin-right: 0.5em;
}

/* Close button style */
#subX button {
	font-size: 1em;
	color: blue;
	line-height: 1.1em;
	text-decoration: underline;
	padding-bottom: 0.2em;
}

/* Class for form labels */
.subLabel {
	width: 40%;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	padding: 0.25em;
}

/* Class for input elements */
.subForm {
	width: 60%;
	font-weight: normal;
	padding: 0.25em;
}

/* Class for other form elements elements */
td.subForm input, radio, checkbox {
	color: black;
	font-size: .9em;
	font-weight: normal;
}


/* Class for send button */
td#sendText {
	text-align: right;
}

/* Class for the reply mesage */
.subMsg {
	width: 100%;
	font-weight: normal;
	padding: 0.25em;
	background: #FFF;
	border: thin solid #333;
}

/* id for the reply message text */
#responseText {
	font-size: 1em;
	line-height: 1.2em;
	width: 100%;
}
