﻿button 
{
	width: 50px;
}

.contact-table button
{
	width:100px;
}

.contact-table td
{
	text-align: left;
	padding-bottom:5px;
}

#content
{

}

form
{
	width:580px;
}

form span
{
	font-weight: bold;
}

input 
{
	font-family: Consolas, Lucida Console, Monospace;
	border: 0;
	width: 150px; 
	background-color: #FFFFCC; 
	font-size: 12px; 
	border-color: #eeeeee;
	border-width: 1px;
	border-style: inset;
	color: #000000;
	height: 24px; 
	font-weight:normal;
}

label 
{
	
}