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

#content form {
	Border: 1px dashed #3366cc;
	Border-Width: 1px 0;
	
	Color: #333399;
	
	Width: 472px;
	Margin: 10px auto;
	Padding: 1em 10px;
	Text-Align: center;
	Float: none; }
#content form h2 { Padding-Top: 0; }
#content form p { 
	Font-Size: 80%;
	Height: 1em;
	Clear: left;
	Width: 450px; }
#content form p.error { 
	Font-Size: 70%;
	Clear: left;
	Width: 450px; }

#content form p.promptInput span.prompt { Display: block; 
	Float: left; 
	Width: 225px; }

#content form select, #content form input { 
	Background-Color: #ffffff;
	Color: #002266;
    Font-Family: Georgia, "Times New Roman", Times, serif;
	Font-Size: 90%;
	
	Float: left; 
	Width: 200px;
	Padding: 2px;

	Border: 1px solid #ccddff;
	Border-Right-Color: #88aaee;
	Border-Bottom-Color: #88aaee; }
#content form select:focus, #content form input:focus { 
    Background-Color: #ffff99;
	Color: #002266; }
			


#content form input.button { 
	Background-Color: #eeeeff;
	Color: #222255;

	Margin: 5px 10px;
	Width: 90px;
	Float: none;
	Border: 1px outset #222255; }

#content form input.button:hover { 
	Border: 1px inset #444499;
	Cursor: pointer; }
