#msg_error
{
	background-color: #FF7F84;
	color: red;
	border: 1px solid red;
	font-weight: bold;
	width: 100%;
}

#msg_ok
{
	background-color: #7FFF84;
	color: green;
	border: 1px solid green;
	font-weight: bold;
	width: 100%;
}

h1
{
	margin: 0;
}

label, ._label
{
	float: left;
	width: 180px;
	font-weight: bold;
}

._label
{
	width: 200px;
}

input, textarea, select, ._input
{
	width: 150px;
	margin-bottom: 5px;
}

.btn_submit
{
    width: auto;
    margin-bottom: 0;
}


#input_image
{
	width: auto;
}

textarea
{
	width: 250px;
	height: 150px;
}

select
{
	width: 250px;
}

.boxes
{
	width: 1em;
}

#submitbutton
{
	margin-left: 140px;
	margin-top: 5px;
	width: 180px;
	border: 1px solid #4A5157;
}

#submitbutton2
{
	margin-top: 5px;
	width: 180px;
	border: 1px solid #4A5157;
}

#submit_yes
{
	margin-top: 5px;
	width: 180px;
	border: 1px solid green;
	color: green;
	font-weight: bold;
	background-color: #7FFF84;
}

#submit_no
{
	margin-top: 5px;
	width: 180px;
	border: 1px solid red;
	color: red;
	font-weight: bold;
	background-color: #FF7F84;
}

.entry
{
	padding-bottom: 20px;
}

/* Rounded corner table */
#rounded-corner
{
	font-size: 11px;
	/*width: 100%;*/
	text-align: left;
/*	border-collapse: collapse;*/
}

#rounded-corner thead th.rounded-left
{
	background: #45850a url('/images/table_top_left.jpg') left -1px no-repeat;
}

#rounded-corner thead th.rounded-right
{
	background: #45850a url('/images/table_top_right.jpg') right -1px no-repeat;
}

#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background: #45850a;
}

#rounded-corner td
{
	padding: 8px;
	background: #FFFFFF;
	/*border-top: 1px solid #45850a;*/
	color: #4A5157;
}

#rounded-corner tfoot td.rounded-foot-left
{
	/*background: #FFFFFF url('/images/table_bottom_left.png') left bottom no-repeat;*/
    border-left: 1px solid #45850a;
    border-right: 1px solid #45850a;
    border-bottom: 1px solid #45850a;
}

#rounded-corner tfoot td.rounded-foot-right
{
	/*background: #FFFFFF url('/images/table_bottom_right.png') right bottom no-repeat;*/
    border-right: 1px solid #45850a;
    border-bottom: 1px solid #45850a;
}

.title
{
	font-size: 175%;
}

hr
{
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	margin: 0;
	padding: 0;
}