body 
{ 
	background: #DDD;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

h1, h2, h3, h4, h5 { font-family: Helvetica, sans-serif; letter-spacing: -1px; margin-bottom: 10px; }

.blueBG { background-color: #DDD; clear: both; }

.button 
{
    background: #FC4C00 url(/pocketinvoice/home/resources/basic/images/button.png) repeat-x bottom;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline;
	font-size: 97%; 
    font-weight: bold;
	padding: 4px 10px;
    text-shadow: 1px 1px #333;
}
.button:hover { background-position: 0 -50px; }
.button:active 
{
    background-position: 0 top;
    padding: 4px 10px; 
	position: relative;
    top: 1px;
}

.container { background-color: #FFF !important; margin: 0 auto; min-width: 0px !important; margin-top: 40px; width: 960px; }

.content { height: 400px; min-width: 0 !important; width: 960px; }
.contentHead { background: #DDD; border: 0px none !important; height: 20px; padding-top: 0; min-width: 0 !important; }
.contentHead h2 
{ 
	color: #000; 
	display: none; 
	font-size: 24px; 
	font-weight: normal; 
	letter-spacing: -1px;
	margin: 0; 
	text-align: center; 
	width: 960px; 
}

.footer { background-color: #DDD; margin: 0; }

.header { background-color: #DDD; color: #000; height: 60px; }

.header h1 
{ 
	font-size: 32px; 
	line-height: 48px;
	text-align: center;
}

input[type="text"], 
input[type="password"], 
input[type="text"],
textarea
{
	border-top: solid 1px #ABADB3 !important;
	border-right: solid 1px	#DBDFE6 !important;
	border-bottom: solid 1px #E3E9EF !important;
	border-left: solid 1px #E2E3EA !important;
	font-family: Helvetica, sans-serif;
	font-size: 12px !important;
	padding: 3px 2px;
	margin: 5px 0;
}

#instruct-cell { text-align: center; padding-bottom: 20px; }

.loginField
{
	-moz-box-shadow:    2px 2px 3px 3px #aaa;
	-webkit-box-shadow: 2px 2px 3px 3px #eee;
	box-shadow:         2px 2px 3px 3px #aaa;
	border: 1px none;
	border-radius: 5px;
	padding: 20px;
	width:380px; 
}

#logo { background: #DDD; }
#logo-cell { padding-bottom: 20px; text-align: center; }
#loginform { margin: 0 auto; }

td, th { vertical-align: middle; }

.menu { background: #DDD; }

.textboxLabel { margin-right: 10px; padding: 0; font-size: 12px; font-weight: bold; }

#title { background-color: #DDD;  }