@CHARSET "UTF-8";


body{
	background-color: #FFFFFF;

	margin: 10px 0 5px 0;
	font-family:  Arial, Verdana;
	font-size: 12px;
	color: #6d6f72;
	
}

td {
	
}

td.right {
	white-space: nowrap;
	vertical-align: middle;
	height: 17px;
	line-height: 18px;
	text-align: right;
	width: 95px;
	padding-left: 8px;
}

td.right div {
	line-height: 21px;
	float: left;
	width: 2px;
}
td.right input {
	float: right;
}

input{
	color:#A7A7A7;
	font-size:12px;
	font-weight:bold;
	height:16px;
	width: 80px;
	border:1px solid #B0B9CB;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
}

.vert {
	vertical-align: middle;
	background-color: orange;
	text-align: center;
	font-weight: bold;
}

fieldset table {
	width: 100%;
}

legend {
	font-weight: bold;
	font-size: 14px;
	margin-left: 6px;
}

.title {
	font-weight: bold;
}

.big {
	font-size: 14px;
}

.actions {
	height: 28px;
	width: 150px;
}
#actions {
	width: 100%;
	margin-top: 50px;
}

#actions td{
	text-align: center;
	height: 30px;

}

#actions td input {
	margin-left: auto;
	margin-right: auto;
	
}

.email {
	width: 147px;
}
