button {
	vertical-align:		middle;
}

a img {
	border:				none;
}

button img {
	width: 				16px;
	height: 			16px;
	border:				none;
	margin-right:		4px;
}

td {
	font-size: 			12px;
}

table#box
{
	border:				1px solid black;
	background-color: 	white;
	width:				365px;
}
td#image {
	padding:			0px;
	border-right:		1px solid black;
}

td#title {
	font-weight:		bold;
	color:				white;
	background-color:	#6633cc;
	vertical-align:		middle;
	padding:			2px 7px 2px 7px;
}

td.label {
	padding-left:		7px;
	height:				30px;
}

td.input {
	text-align: 		right;
	padding-right:		7px;
	height:				30px;
}

input {
	width:				150px;
}