/*
________________________________________________________________________________________
*    contact.css
*   
*    Local style sheet for Adam Pounds contact page
*   
*    (c) 2009 Adam Pounds
________________________________________________________________________________________
*/
		




textarea, .inputfield, #submit_button
						{
						font-family: Cambria, Palatino, "Palatino Linotype", Serif;
						font-size: 15px;
						color: #555;
						}

textarea				{
						padding: 10px;
						}

.inputfield				{
						height: 20px;
						}
						
#submit_button			{
						font-family: Cambria, Palatino, "Palatino Linotype", Serif;
						font-size: 15px;
						}						

#white_page_middle		{
						height: 470px;
						}
						
.errortext				{
						color: #ff0000;
						}


/*
#dark_page_middle_left	{
						max-height: 420px;
						height: 420px;
						overflow: hidden;
						}
						
#dark_page_middle_right	{
						max-height: 420px;
						height: 420px;
						overflow: hidden;
						}
*/						
