﻿fieldset div.line
{
	margin-bottom:1em;
}
fieldset div.line label
{
	display:block;
	float:none;
	font-weight:bold;
}
fieldset div.line textarea
{
	width:420px;
	height:100px;
}
fieldset div.line .radioButtonList label
{
	display:inline;
	float:none;
}
fieldset div.line .radioButtonList input
{
	position:relative;
	top:3px;
	margin-right:2em;
}

fieldset input.save
{
	float:right;
	width:53px;
	height:24px;
	background:url("/images/buttonSave.gif") no-repeat;
}

fieldset input.submit
{
	float:right;
	width:63px;
	height:23px;
	background:url("/images/buttonSubmit.gif") no-repeat;
}

.required
{
	color:Red;
}

a.updateCase
{
	display:block;
	float:right;
	width:92px;
	height:24px;
	margin-right:10px;
	background:url("/images/buttonUpdateCase.gif") no-repeat;
}
a.editCase
{
	display:block;
	float:right;
	width:75px;
	height:24px;
	background:url("/images/buttonEditCase.gif") no-repeat;
}
a.caseTeam
{
	display:block;
	float:right;
	width:81px;
	height:23px;
	margin-right:10px;
	background:url("/images/buttonCaseteam.gif") no-repeat;
}
input.deleteCase
{
	width:85px;
	height:24px;
	background:url("/images/buttonDeleteCase.gif") no-repeat;
}

div.featBox div.actions
{
	text-align:right;
}

a.editCaseUpdate
{
	display:block;
	float:left;
	width:119px;
	height:23px;
	margin-right:10px;
	margin-bottom:20px;
	background:url("/images/buttonEditcaseupdate.gif") no-repeat;
}
a.deleteCaseUpdate
{
	display:block;
	float:left;
	width:133px;
	height:24px;
	margin-bottom:20px;
	background:url("/images/buttonDeletecaseupdate.gif") no-repeat;
}

