/* phMailer.css originally by Scott L. <scott@phphq.net> http://www.phphq.net */
/* phMailer.css colors & parameters edited by Jim L. for ygkillerinstinct.com */

.error_message {
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
color: #FF0000;
}
	
.thanks_message {
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
color: #009900;
border: 1px dotted #009900;
padding: 25px;
}
	
.table {
border-collapse: collapse;
border: 1px solid #009900;
width: 600px;
}
	
.table_header {
border: 1px solid #009900;
background-color: #202020;
font-family: arial;
font-size: 11pt;
font-weight: bold;
color: #009900;
text-align: center;
padding: 2px;
}
	
.attach_info {
border: 1px solid #009900;
font-family: arial;
font-size: 8pt;
color: #009900;
padding: 4px;
}
	
.table_body {
border:1px solid #009900;
font-family: arial;
font-size: 10pt;
color: #009900;
padding: 2px 2px 2px 5px;
}
	
.table_footer {
border: 1px solid #009900;
text-align: center;
padding: 2px;
}
	
input,select,textarea {
font-family: arial;
font-size: 10pt;
color: #000000;
border: 1px solid #009900;
}
	
.copyright {
border: 0px;
font-family: arial;
font-size: 9pt;
color: #009900;
text-align:right;
}
	
form {
padding:0px;
margin:0px;
}

/* end phMailer.css */