body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
p{
	color:#000;
	
}
#box1{
	background-image:url(../assets/fbook-page-top.png);
	background-repeat:no-repeat;
	width:720px;
	height:80px;
	vertical-align:middle;
	
}
#box1 h1{
	margin-left:250px;
	padding-top:15px;
	color:#666699;
	font-size:18px;
}
#box2{
	padding:20px;
	width:700px;
}
#box3{
	width:740px;
}
#historyBox{
	height:500px;
	overflow:auto;
	margin-bottom:15px;
}
h1{
	color:white;
	font-size:22px;
}
h2{
	color:#666699;
}
h3{
	font-size:18px;
	font-weight:200;
	color:#006666;
}
.col1{
	text-align:left;
	padding-left:10px;
	font-weight:bold;
	font-size:16px;
	color:#006600;
}
.box{
	border:1px solid black;
	padding:10px;
}
.guides{
	font-size:11px;
	
}
.whatsthis {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666699;
	text-decoration:none;
}


.actDesc{
	font-size:16px;
	color:#006600;
}
.inputbutton{
	font-size:11px;
	font-weight:bold;
	color:#666699;
}
.itemTitle{
	font-size:14px;
	color:#003300;
}
.proceed{
	color:#009900;
	font-size:1.2em;
	
	
}
.title{
	font-weight:bold;
}

.col1{
	margin-left:15px;
}
.col2{
	
}
.bigButton{
	font-size:24px;margin-left:40px;
}
.email{
	width:300px;
}
.phone{
	width:80px;
}
.street{
	width:250px;
}
.state{
	width:25px;
}
.zip{
	width:55px;
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#006600;
	background-color:#FFFFFF;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
.tips {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
.important_note {
	font-size: 12px;
	font-weight: bold;
	color: #900;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}