body{
	margin: 24px;
	color: #1C2C7C;
	background: #FFF9D8;
}

p{
	margin-bottom: 24px;
}

.loadselecttable{
	border-collapse: collapse;
	background-color: #FFFFFF;
}
	
.localbutton{
	color: #1C2C7C;
	width:256px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.deletebutton{
	color: #1C2C7C;
	width:256px;
	height:42px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.confirmbutton{
	color: #EE0000;
	width:256px;
	height:42px;	
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.tinybutton{
	color: #1C2C7C;
	width:32px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.sendbutton{
	color: #1C2C7C;
	width:256px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
	padding: 8px 2px;
    cursor: pointer;
}