/* CSS Document for email form 
   jeffludwig.com 
   Author: Jeff Ludwig 
   Feel free to glean inspiration, as much inspiration as this document shows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content table.emailForm {
	Width: 800px;
	Margin: 0px auto 10px 50px;
	Text-Align: center;
	Float: none; }

#content table.emailForm tr { Height: 1.6em; }
		
		
#content table.emailForm td.emailLeft { 
	Padding: 0px 15px 0px 0px;
	Text-Align: right;
	Width: 200px;
	Min-Width: 200px;
	Font-Size: 92%; }

#content table.emailForm td.emailRight { 
	Padding: 0px 0px 0px 15px;
	Text-Align: left;
	Width: 450px;
	Min-Width: 450px;
	Font-Size: 92%; }

#content table.emailForm select {
	Background-Color: #111111; 
	Color: #99ccff;
	Font-Family: Georgia, "Times New Roman", Times, serif;

	Padding: 0.25em;

	Border: 1px solid #cccccc;
	Border-Right: 1px solid #888888;
	Border-Bottom: 1px solid #888888;
			
	Font-Size: 92%; }
			
#content table.emailForm select:focus { Background-Color: #333333; Color: #ccddff; }

#content table.emailForm input {
	Background-Color: #000000; 
	Color: #99ccff;
	Font-Family: Georgia, "Times New Roman", Times, serif;

	Padding: 0.25em;
	Border: 1px solid #cccccc;
	Border-Right: 1px solid #888888;
	Border-Bottom: 1px solid #888888;
			
	Font-Size: 92%; }
			
#content table.emailForm input:focus { Background-Color: #333333; Color: #ccddff; }

#content table.emailForm textarea {
	Background-Color: #000000; 
	Color: #99ccff;
	Font-Family: Verdana, Arial, Helvetica, sans-serif;

	Padding: 0.25em;
	Line-Height: 1.25;
	
	Border: 1px solid #cccccc;
	Border-Right: 1px solid #888888;
	Border-Bottom: 1px solid #888888;
			
	Font-Size: 92%; }
			
#content table.emailForm textarea:focus { Background-Color: #333333; Color: #ccddff; }

#content table.emailForm .required, #content table.emailForm input.required { 
	Background-Color: #111111; 
	Color: #99ccff;
	Border: 1px solid #11cc33; 
	Border-Right: 1px solid #008811;
	Border-Bottom: 1px solid #008811; }

#content form.theform input.button  { 
  Background: url('/images/nav-buttons/button-go-up2.gif') 0px 0px no-repeat; 
  Color: #bbddff; 
  Text-Align: center;
  Font-Style: normal; 
  Height: 35px;
  Width: 80px; 
  Border: none; }

#content form.theform input.button:hover { 
  Background: url('/images/nav-buttons/button-go-down2.gif') 0px 0px no-repeat;
  Color: #ddeeff;
/*  Padding-Top: 3px; Padding-Left: 20px; */
  Font-Style: italic; 
  Height: 35px;
  Width: 80px; 
  Border: none; }

/*
#content form.theform input.button { 
	Background-Color: #044411;
	Color: #ffffaa; 
	Border: 1px solid #444499;
	Border-Right: 1px solid #222255;
	Border-Bottom: 1px solid #222255;
	Font-Family: Georgia, "Times New Roman", Times, serif;
	Font-Size: 110%; 
	Padding: 5px;
	Width: 100px; }

#content form.theform input.button:hover { Cursor: pointer; 
	Background-Color: #066611;
	Color: #ffffdd; 
	Border: 1px solid #444499;
	Border-Top: 1px solid #222255;
	Border-Left: 1px solid #222255; }

*/