/* CSS Document */
table form.edit	{
	width:auto !important;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
}
table td button	{
	margin-right:2px;
	cursor:pointer;
}
button.cards	{
	width:26px;
	height:26px;
}
form legend.updated, h3.updated	{
	color:#090 !important;
}
form fieldset span.readonly	{
	float:left;
	margin:5px 0;
}
form.edit label	{
	float:left;
	display:block;
	width:100%;
	font-size:12px;
	line-height:22px;
}
form.edit label input	{
	float:right;
	display:inline-block;
	vertical-align:top;
	border:none;
}
form.edit textarea	{
	width:440px;
	height:40px;
	padding:1px 2px;
	margin:5px 0;
	border:1px solid #999;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
}
form textarea	{
	float:left;
	width:440px;
	height:50px;
	padding:1px 2px;
	margin:5px 0;
	border:1px solid #999;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea.row1	{
	height:18px;
}
textarea.row8	{
	height:160px;
}
textarea.row20	{
	height:360px;
}
form.edit textarea.textarea	{
	width:440px;
	height:220px;
}
form button	{
	cursor:pointer;
}
input.button	{
	background-color:#0A4EA2;
	padding:4px 10px;
	margin-top:5px;
	font-size:12px;
	text-transform:uppercase;
	color:#f2f2f2;
	border:1px solid #ccc;
	border-bottom-color:#999;
	border-radius:5px;
	background: -webkit-linear-gradient(top, #62b1d0, #0A4EA2);
	background: -moz-linear-gradient(top, #62b1d0, #0A4EA2);
	background: -o-linear-gradient(top, #62b1d0, #0A4EA2);
	background: -ms-linear-gradient(top, #62b1d0, #0A4EA2);
	background: linear-gradient(top, #62b1d0, #0A4EA2);
	cursor:pointer;
}
input.button:hover	{
	border:1px solid #999;
	-moz-box-shadow: 0 0 2px 0 #999;
}