

.commonButton
{
  width: auto;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b3b3e), to(#0b3b3e));
	background: -moz-linear-gradient(top, #0b3b3e 0%, #0b3b3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3b3e', endColorstr='#0b3b3e',GradientType=0 );
  border-bottom-color: #000000;
  border-color: #000000 #000000 #000000;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.296875) -1px -1px 0px;
  
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 11px 5px 11px;
  white-space: nowrap;
  margin: 0px;
  text-decoration:none;
  top: -1px;
  position: relative;
  text-transform: capitalize;
}

.commonButton:hover
{
  background:#F4F4F4;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#ECECEC));
	background: -moz-linear-gradient(top, #F4F4F4 0%, #ECECEC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#ECECEC',GradientType=0 );
  border: 1px solid #D4D4D4;
  color: #333333;
  text-shadow: white 1px 1px 0px;
}

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

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

input[type="text"], input[type="password"], select
{
  width: 300px;
  padding: 3px;
  background: none repeat scroll 0 0 #FFFFFF;

  border: 1px solid #E9E9E9;
  
  font-size: 16px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select
{
  width: 300px;
}

select.lang
{
  width: 288px;
}

select.branch_fancy
{
  width: 470px;
}


select.lang_inv
{
  width: 120px;
}
select.company
{
  width: 250px;
}

select.company2
{
  width: 506px;
}

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[type="file"]:hover, input[type="file"]: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;
}

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

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


input.usermng, select.usermng
{
  width: 307px;
}


input.XShort1, select.XShort1
{
  width: 180px;
}

input.medium, select.medium
{
  width: 75px;
}
input.medium2, select.medium2
{
  width: 122px;
}
input.medium3, select.medium3
{
  width: 248px;
}

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

input.shortenLongUrl
{
  height: 22px;
  line-height: 22px;
  width: 500px;
}

textareaold
{
  width: 200px;
  height: 100px;
  padding: 3px;
  background: none repeat scroll 0 0 #FFFFFF;
  
  border: 1px solid #E9E9E9;
  
  font-size: 16px;
  color: #000000;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  resize: none;
}

textarea
{
  width: 450px;
  height: 150px;
  padding: 3px;
  background: none repeat scroll 0 0 #FFFFFF;
  
  border: 1px solid #E9E9E9;
  
  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-size: 14px;
  font-weight: normal;
  color: #464646;
  padding-bottom: 20px;
  display: block;
  font-family:'Istok',sans-serif;
}

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 a
{
  font-size: 12px;
  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;
}