div#LikeContainer {
	font: 11px Trebuchet MS;
	color: #787878;
	font-size: 12px;
}

div#LikeContainer .required {
	color: #FF0000;
}

body, a, td, th, input, textarea, select {

	font-family: Arial;
	font-size: 12px;
	color: #444;
	text-decoration: none;
}

div#LikeContainer a {
	font-weight: bold;
}

div#LikeContainer img {
	
	border: 0;
	
}

div#LikeContainer form {
	
	padding: 0;
	margin: 0;
	
}

div#LikeContainer .box {

	background: #fcfcfc;
	padding: 5px;
	margin-bottom: 10px;

}

div#LikeContainer .box .content {

	padding: 0px 5px 5px 5px;

}

div#LikeContainer big {

	padding-bottom: 5px;

	display: block;
	color: #8899a1;

	font-size: 24px;
	font-weight: bold;

}

div#LikeContainer .menuitems {

	margin-top: 5px;

}

div#LikeContainer .menuitems .a, .row.a, .menuitems .b, .row.b {

	padding: 3px;
	
	display: block;
	
	font-weight: normal;

}

div#LikeContainer .row {
	padding: 5px;
}

div#LikeContainer .menuitems .a, .row.a {

	background-color: #f3f3f3;

}

div#LikeContainer input, textarea, select {

	border: 1px #e0e0e0 solid;
	border-bottom-width: 2px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	padding: 5px;

	font-size: 14px;
	font-weight: bold;

}

div#LikeContainer input:focus {

	border-color: #ccc;

	background-color: #fafafa;

}

div#LikeContainer input[type=submit], input.button {

	color: #888;

	border-color: #ddd;

	background: #f0f0f0;

	cursor: pointer;

	padding: 3px;

}

div#LikeContainer input[type=submit]:hover, input.button:hover {

	background-color: #e6e6e6;
	border-color: #d6d6d6;

}

div#LikeContainer input[type=submit].green, input.button.green {
	background-color: #d9ffcf;
	border-color: #ade5a3;
	color: #1b801b;			
}

div#LikeContainer input[type=submit].red, input.button.red {
	background-color: #ffcfcf;
	border-color: #e5a3a3;
	color: #801b1b;		
}

div#LikeContainer td.label {

	width: 25%;

	text-align: right;

}

div#LikeContainer td.field {

	width: 200px;

	text-align: right;

}