  
/* Stylesheet: ordeform.css
	URL: http://prolifeaction.org/orderform.css
	Based on https://ssl27.pair.com/ejs/plal/orderform.css
	Version: 1.0
	Author: Eric Scheidler
	Contact: eric@prolifeaction.org
	NOTES
	2008-11-13: Modified SSL stylesheet for PLAL
	2009-12-08: Modified for new design. Most of below notes can be deleted.
	2009-12-14: Additional cleanup and streamlining; linked to SSL sheet
------------------------- */



/*	MAJOR LAYOUT Styles
------------------------- */
#formdiv {
	background-image: url('/includes/images/contact.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: rgb(175,175,175);
	border: none;
	margin-top: 20px;
	padding: 40px 13px 13px;
	clear: both;
	text-align: center;
	font-size: 12px;
}
form {
	margin: 0;
	padding: 0;
}
#formdiv table {
	border: 1px solid rgb(100,100,100);
	border-right: none;
	border-bottom: none;
	background-color: rgb(220,220,220);
	font-size: 11px;
	padding: 0;
	margin: 0 0 8px;
	width: 100%;
}


/*	HEADING Styles
	H2 -- Used only for ID anchor so form-with-errors displays at top of page. No content.
------------------------- */
#formdiv h2 {
	line-height: 1px;
	font-size: 1px; 
	margin: 0;
	padding: 0;
	border-top: none;
	clear: both;
	}
#formdiv h3 {
	border-top: 8px solid rgb(100,100,100);
	border-left: 225px solid rgb(100,100,100);
	border-right: 36px solid rgb(100,100,100);
	background-color: rgb(220,220,220);
	font-size: 13px;
	font-weight: bold;
	color: rgb(15,15,15);
	margin: 0;
	padding: 1px 0 3px 8px;
	position: relative;
	top: 1px;
}
#formdiv h3 a,
#formdiv h3 a:hover {
	color: rgb(15,15,15);
}

/*	BLOCK ELEMENT Styles
------------------------- */
#formdiv p {
	margin: 10px 12px 12px;
	clear: both;
	line-height: 16px;
}
#formdiv ul {
	margin: 0;
	padding: 0;
}
#formdiv li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#formdiv li em {
	padding-left: 20px;
}
#formdiv td {
	margin: 0;
	padding: 0;
}
#formdiv .center {
	text-align: center;
	font-weight: bold;
}
#mainpage address {
	font-style: normal;
	font-weight: bold;
}


/*	COLUMN and ERROR Styles
------------------------- */
.right,
.left {
	line-height: 15px;
}
.left {
	width: 170px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}
.right {
/*	width: 330px;  */
	text-align: left;
	line-height: 1em;
}
.error {
	color: #c50000;
	font-weight: bold;
}
p.error,
p.formnote {
	text-align: center;
}
.required {
	font-weight: bold;	
}


/*`SELECT and INPUT Styles
------------------------- */
select {
	font-family: verdana, arial, helvetica, sans-serif; 
	margin: 0;
	padding: 1px 0 0;
	width: 90px;
	font-size: 11px;
	height: 20px;
}
select.smallnum {
	width: 45px;
}
select.med { /* ? */
	width: 138px;
}
select.long {
	width: 276px;	
}
select.medlong {
	width: 195px;
}
input, textarea {
	margin: 0;
	padding: 1px 2px;
	border: 1px solid rgb(175,175,175);
	background-color: rgb(255,255,255);
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
}
textarea {
	margin-top: 2px;
}
input:focus,
textarea:focus,
select:focus {
	border-color: rgb(15,15,15);
	background-color: rgb(240,255,255);
}
input.checkbox {
	border: none; 
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: middle;
	background-color: rgb(220,220,220); /* Same as FORMDIV TABLE, for IE */
}


/*	BUTTON Styles
------------------------- */
#formdiv input.button,
#respond input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: rgb(255,255,255);
	width: 84px;
	cursor: pointer;
	padding: 6px 0 6px;
	background-image: url('/includes/images/submit.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 5px 0 0;
	padding: 10px 40px;
	background-color: rgb(220,220,220);
	border: none;
}
#formdiv input.button:hover,
#respond input.button:hover {
	background-position: -100px 0;
}
.formsubmit td {
	padding-top: 5px;
}
	
/* SCRIPT TESTING Styles
------------------------- */
pre#testing {
	border:1px solid rgb(120,120,120);
	padding:10px; 
	background-color: rgb(255,255,255);
	position:absolute;
	top: 10px;
	left: 10px;
	width: 600px;
	z-index: 100000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	text-align: left;
}
.email, .data {
	border: 1px solid rgb(120,120,120);
	background-color: rgb(255,255,240);
	padding:2px 4px;
	position:relative;
	z-index:200000;
}
.data {
	background-color: rgb(255,255,240);
}
