


form { display:inline; }
input.button { font: bold 12px Arial, Sans-serif; height: 28px; margin:50px 0; 
	padding: 2px 3px; color: #fff; background: #306bc1 url(/images/button-bg.jpg) repeat-x 0 0; 
	border: 1px solid #306bc1; cursor: pointer; }
/* makes buttons have lighter bg once selected */
input.button:focus, input.button_small:focus { 	border:solid 2px #b7ddf2;	
	background: #306bc1 url(/images/button-bg2.jpg) repeat-x 0 0;
}
input.button:hover, input.button_small:hover { 	border:solid 1px #103C7D;
}

h1 { 
 position: relative;
}

img {
 position: absolute;
 margin: 20px 0 0 20px;
}
table {
 border-collapse: collapse;
}
tr, td {
 border-color: #666;
}
.end {
 border:none;
}

.add_table {
 float: right;
 position: relative;
 border: none;
 top: -50px;
 margin: 0 10px;
}

.clear { clear:both; }
