form
{
  margin: 0px;
  padding: 0px;
}

input, select, textarea
{
  font-family: Arial, helvetica, sans-serif;
  margin: 0px;
  color: #454545;
}

input[type="text"], input[type="password"], select
{
    max-width: 550px;
  /*width: 300px;*/
  line-height: 30px;
  padding: 3px;
  background: none repeat scroll 0 0 #FFFFFF;
  
  border: 1px solid #a4a3a3; -webkit-box-shadow: inset 0px 2px 2px #C2C2C2; box-shadow: inset 0px 2px 2px #C2C2C2;
  
  font-size: 16px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select
{
  width: 306px;
}

select.widthAuto
{
  width: auto;
}

input.disabled, textarea.disabled
{
  background-color: #F0F0F0;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, select:focus, select:hover
{
  border-color: #B6B6B6;
  -moz-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  outline: medium none;
}

input.short, select.short
{
  width: 150px;
}

input.XShort, select.XShort
{
  width: 50px;
}

input.medium, select.medium
{
  width: 75px;
}

input.shortAndNarrow, select.shortAndNarrow
{
  width: 150px;
  height: 22px;
  line-height: 22px;
}

input.shortenLongUrl
{
	border: 1px solid #B0B0B0;
	width: 450px;
	height: 25px;
	font-weight: normal;
	font-size: 20px !important;
	margin: 0px 0px 0px;
}

input.shortenLongUrlPopup
{
	border: 1px solid #B0B0B0;
    width: 100%;
	height: 25px;
	font-weight: normal !important;
	font-size: 14px !important;
	padding-top: 2px;
}

textarea
{
  width: 300px;
  height: 100px;
  padding: 3px;
  background: none repeat scroll 0 0 #FFFFFF;
  
  border: 1px solid #a4a3a3; -webkit-box-shadow: inset 0px 2px 2px #C2C2C2; box-shadow: inset 0px 2px 2px #C2C2C2;
  
  font-size: 16px;
  color: #000000;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  resize: none;
}

textarea.width250
{
  width: 250px;
}

textarea.height50
{
  height: 50px;
}

textarea:hover, textarea:focus
{
  border-color: #B6B6B6;
  -moz-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
  outline: medium none;
}

textarea[readonly] 
{ 
	background: none repeat scroll 0 0 #f9f9f9;
}

textarea[disabled] 
{ 
	background: none repeat scroll 0 0 #F0F0F0;
}

label, div.label
{

  font-weight: normal;
  color: #464646;
    /*padding-bottom: 20px;*/
  display: block;
}

label span, div.label span
{
  display: block;
  padding-bottom: 5px;
}

label span.required, div.label span.required, td span.required
{
  font-size: 20px;
  font-weight: bold;
  color: #E51F36;
  margin: 0px;
  padding: 0px;
  line-height: 10px;
  display: inline;
}

label span.inlineSpan
{
  display: inline;
  padding-bottom: 5px;
}

.labelspan
{
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #464646;
	cursor: default;
}

.labelspanrequired
{
	font-size: 20px;
	font-weight: bold;
	color: #E51F36;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	display: inline;
	cursor: default;
}

.scheduleMsgSelect
{
	width: auto !important;
}

label span.note, div.label span.note
{
  font-size: 11px;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  display: inline;
}

label.noPadding
{
  padding: 0px;
}

label.onlyBottomPadding
{
  padding: 0px;
  padding-bottom: 5px;
}

label a
{


  cursor: pointer;
}

label span.details, label span.details span
{
  display: inline;
  font-style: italic;
}

label span.details a
{
  display: inline;
  font-style: normal;
}

.shortInput
{
	width:175px !important;
}