@charset "UTF-8";
/* CSS Document */

/*********************/
/*Middle of the Page */
/*********************/
#middle{
	height: 700px;  
}

#right {
	text-align: left;
	width: 360px;
	margin-right: 80px;
}


/*********************/
/*Boxes */
/*********************/
input .boxes {
color: #82c1c2;
background: #FFFFFF;
border: 1px solid #82c1c2;
}

.blueborder {
  border: 1px solid #82c1c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	text-align: left;
	font-size: 12px;
  width: 390px
}

.noborder {
	border:none;
	margin-top: 10px;
	margin-bottom: 10px;
}

table {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7e7e7e;
}

td {
	padding-left: 5px;
}

td.nopadding {
	padding: 0px;
}

td.spacing {
	padding-top: 10px;
}

td.spacing2 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

td.spacingBottom {
	padding-bottom: 3px;
}

.blueFont {
	color: #82c1c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 18px;
}

