@charset "UTF-8";
/* CSS Document */

body {
	font: 10pt  Arial, Helvetica, sans-serif;
	background: #f0f6fb;
	margin: 0; 
	padding: 20px;
	text-align: center; 
	color: #000000;
}

.oneColFixCtr #container {
	width: 680px;  
	margin: 0 auto;
	text-align: left;
	background: transparent url(../images/background.jpg) repeat-y top center;
}

.oneColFixCtr #banner {
	background: transparent url(../images/background-top.jpg) no-repeat top center;
	height: 140px;
}

* html #mainContent 
{
    margin-top: -49px;
}

.oneColFixCtr #mainContent {
	padding: 40px 60px 20px 60px;
	line-height: 150%;
	height: 1%;				/* Force IE hasLayout */
}

.oneColFixCtr #footer {
	background: transparent url(../images/background-bottom.jpg) no-repeat top center;
	height: 20px;
}

#cccdp-logo 
{
	position: relative;
	top: -10px;
	left: -20px;
	width: 188px;
	height: 189px;
	background: transparent url(../images/cccdp-logo.png) no-repeat top left;
}
        
#nomination-copy 
{
	text-align: justify;
}
	
#mainContent em {
	font-size: 130%;
	color: #ef4135;
	font-style: normal;
	font-weight: bold;
}

.box {
	margin-top: 15px;
	background-color: #c1b653;
	width: 560px;
	height: 1%;   /* Force IE hasLayout */
	overflow: hidden;
}

.box .top-left {
	background: transparent url(../images/green-top-left.jpg) no-repeat top left;
	padding-left: 10px;
	height: 1%;   /* Force IE hasLayout */
}

.box .top-right {
	height: 10px;
	padding-right: 10px;
	background: transparent url(../images/green-top-right.jpg) no-repeat top right;
}

.box .bottom-left {
	background: transparent url(../images/green-bottom-left.jpg) no-repeat top left;
	padding-left: 10px;
	height: 1%;   /* Force IE hasLayout */
}

.box .bottom-right {
	height: 10px;
	padding-right: 10px;
	background: transparent url(../images/green-bottom-right.jpg) no-repeat top right;
}


.box-content {
	padding: 5px 15px 0px 15px;
	height: 1%;   /* Force IE hasLayout */
}

#nomination 
{
    height: 1%;
}

#nomination input, #nomination textarea {
	font: 8pt "Franklin Gothic", Arial, Helvetica, sans-serif;
}

#nominator-fields {
	display: block;
	width: 50%;
	float: left;
}

#nominee-fields {
	display: block;
	width: 50%;
    float: left;
}

#nominee-justification-fields 
{
    clear: both;
    width: 530px;
}

.form-item {
	padding-bottom: 5px;
}

.form-item label {
	font-size: 70%;
	line-height: 110%;
	font-weight: bold;
	position: relative;
	display: block;
}

.field-name input{
	width: 200px;
}

.field-phone input {
	width: 90px;
}

.field-email input {
	width: 250px;
}

.field-justification textarea {
	display: inline;
	width: 526px;
	margin: 0;
	
}

#words-left {
	font-size: 70%;
}

.field-submit {
	text-align: center;
	padding: 0;	
	width: 75px;
	height: 37px;
	background: transparent url(../images/submit-button.jpg) no-repeat top left;
	/*margin: 0 auto;*/
	float: left;
}

.field-submit-hover {
	background: transparent url(../images/submit-button.jpg) no-repeat bottom left;
}

.field-submit button {
	border: none; 
	background: none; 
	padding: 0; 
	margin: 0; 
	width: 75px; 
	height: 37px;
	cursor: pointer;
}


.box-white {
	background-color: #ffffff;
}

.box-white .top-left 
{
    padding-left: 5px;
	background: transparent url(../images/white-box-top-left.jpg) no-repeat top left;
}

.box-white .top-right {
	height: 5px;
	padding-right: 5px;
	background: transparent url(../images/white-box-top-right.jpg) no-repeat top right;
}

.box-white .bottom-left 
{
    padding-left: 5px;
	background: transparent url(../images/white-box-bottom-left.jpg) no-repeat top left;
}

.box-white .bottom-right {
	height: 5px;
	padding-right: 5px;
	background: transparent url(../images/white-box-bottom-right.jpg) no-repeat top right;
}

#submit-error-area 
{
    height: 1%;
}

#error-area {
	font-size: 8pt;
	background-color: white;
	color: #CC0000;
	float: right;
	width: 450px;
	display: none;
}

#error-list li {
	list-style: disc;
	list-style-position: inside;
	line-height: 10pt; 
}

