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

body {
	background: #FFF;
	text-align: center;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	padding: 15px 0px;
}

img {
	border: 0px;
}

#wrapper {
	width: 780px;
	margin:  0px auto;
	text-align: left;
}

#footer {
	text-align: center;
	border-top: 2px solid #ddd;
	padding-top: 10px;
}

#footer #benchmark {
	margin-top:  10px;
}

#header h1 {
	font-size: 17px;
	color: #CF4454;
	border-bottom: 2px solid #ddd;
	text-align: left !important;
	padding: 5px 20px;	
}

.notice {
	text-align: center;
	padding: 15px 0px;
}

form {
	padding: 15px 20px;
}

.clear {
	clear: both;
}

.col {
	width: 340px;
	float: left;
	padding: 0px 20px 0px 0px;
}

form .ctrlHolder {
	padding: 0px 0px 10px 0px;
}

form .ctrlHolder label {
	display: block;
	padding-bottom: 3px;
}

form .ctrlHolder .errorField {
	float: right;
	font-weight: normal !important;
	color: red;
	font-size: 10px;
}

form .ctrlHolder .errorField strong {
	font-weight: normal !important;
}

form .ctrlHolder label em {
	color: red;
}

form .ctrlHolder .details {
	color: #999;
	font-size: 11px;
	padding-top: 5px;
}

.content_container {
}

.mceEditorIframe {
	background: #FFF;
}

.mceToolbarContainer,
.mceStatusbarBottom {
	background-color: transparent !important;
}

.mceStatusbarBottom br {
	display: none;
}

input, select {
	border: 1px solid #ccc;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 3px 5px;
	width: 250px;
}

select {
	padding: 1px;
}

.error input,
.error select,
.error textarea,
.error .mceEditorIframe {
	background: #fee8eb;
}

#errorMsg {
	background: #fee8eb;
	border: 1px solid #CF4454;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

#errorMsg ol {
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 15px;
}

body:first-of-type input[type=file] {
	border: none;
}

.ticket_data,
.buttonHolder {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 10px;
}

.ticket_data input {
	width: 730px;
}

.focused input,
.focused selected {
	border: 1px solid #555;
}

.ticket_data textarea {
	width: 730px;
	padding: 3px 5px;
	height: 150px;
}

.buttonHolder button {
	padding: 4px 15px;
}

span.captcha img.captcha {
  border: 1px solid #ccc;
  float: left;
  margin-right: 10px;
}

span.captcha input {
  margin-top: 5px;
  width: 50px;
}

div.dialog {
  border: 2px solid #DDDAAE;
  border-top: 0px;
}

.top_tabs {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  list-style: none;
  overflow: visible;
  zoom: 1;
  height: 28px;
}

.top_tabs li {
  display: block;
  float: left;
  height: 27px;
  line-height: 27px;
  margin-right: 3px;
  background-repeat: no-repeat;
  background-position: top left;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  cursor: pointer;
}

.top_tabs li.selected {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #fafafa;
  background: #fafafa;
  position: relative;
  top: 1px;
}

.top_tabs li.selected a {
  font-weight: bold;
}

.top_tabs li a {
  display: block;
  float: left;
  height: 27px;
  line-height: 27px;
  padding: 0px 10px;
  background-repeat: no-repeat;
  background-position: top right;
  font-size: 11px;
  cursor: pointer;
}

.top_tabs li a:hover {
  text-decoration: none;
}

.top_tabs li a span.slip {
  border: 1px solid #ccc;
  padding: 0px 5px;
  font-size: 9px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f1f1f1;
}

.dialog_tabs_content {
  border-top: 1px solid #ddd;
  clear: both;
}

.uniForm .blockLabels textarea{
  width:53%; /* Assign the value best fit to your design */
  height:12em; /* Assign the value best fit to your design */
}

.uniForm .error input,
.uniForm .error textarea,
.uniForm .error select {
  background-image: url('images/validation_error.gif');
  background-repeat: no-repeat;
  background-position: -7px center;
  background-color: #ffe9e9;
}

.uniForm .errorField strong {
  margin: 0; padding: 0;
  float: right;
  text-align: right;
  background: #c90000;
  color: #fff;
  padding: 0px 5px;
  font-size: 10px !important;
  font-weight: bold !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 5px;
}

#pasted_text {
  width: 98%;
}

span.ui-icon {
  background-image: url("../../../images/jquery.ui/ui-icons_222222_256x240.png") !important;
}