/***************/
/*****INDEX*****/
/***************/
div.acp_index {
	width: 330px;
	
	margin-left: 231px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: #FF6300 1px solid;
	background-color: #F0F0F0;
}
div.acp_index_header {
	background-color: #FF6300;
	font-size: 20px;
	text-align: center;
}
div.acp_index_text {
	width: 105px;
	float: left;
	font-weight: bold;
}
div.acp_index_add {
	width: 80px;
	float: left;
}
div.acp_index_edit {
	width: 60px;
	float: left;
}
div.acp_index_delete {
	margin-left: 245px;
}
div.acp_index_row {
	text-align: center;
}
/*************/
/*****ADD*****/
/*************/
div.acp_add {
	width: 762px;
	
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: #FF6300 1px solid;
	background-color: #F0F0F0;
}
div.acp_add_header {
	background-color: #FF6300;
	font-size: 20px;
	text-align: center;
}
div.acp_add_left {
	width: 150px;
	float: left;
	font-weight: bold;
}
div.acp_add_right {
	margin-left: 150px;
}
div.acp_add_row {
	text-align: center;
}

/*********************/
/*****EDIT/DELETE*****/
/*********************/
div.acp_edit {
	width: 400px;
	
	margin-left: 196px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: #FF6300 1px solid;
	background-color: #F0F0F0;
}
div.acp_edit_header {
	background-color: #FF6300;
	font-size: 22px;
	text-align: center;
}
div.acp_edit_row {
	text-align: center;
}
/*****************/
/*****MESSAGE*****/
/*****************/
div.acp_message {
	width: 400px;
	
	margin-left: 196px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: #FF6300 1px solid;
	background-color: #F0F0F0;
}
div.acp_message_row {
	text-align: center;
}

