

.textarea_height
{
	height:150px;
}
.textarea_height_2
{
	height:220px;
}
.box_search
{
	margin:-5px 5px -5px 20px !important;
}

.lbl_modify
{
	margin-top:5px;
}
.txt_modify
{
	width:235px;
}
.select_box_small_size
{
	width:80px;
}
.txt_empty
{
	background:none !important;
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
}
.btn_s
{
	width: 100px;
	margin-left: 5px;
}
textarea.mini
{
	height: 60px;
	width: 400px;
}

.dateInfo label {
	display: inline-block;
	font-weight: normal;
}
/*li {
	font-size: 15px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
}*/
input[type='checkbox']  {
	width: auto !important;
}

.long_textarea {
	min-height: 200px;
}
select:disabled,
input[type="text"]:disabled {
	opacity: 0.3;
}
input[type="text"].disabled {
	border: 1px solid #c8c8c8;
}
button.red:disabled {
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f2f2), to(#c8c8c8)) !important;
}

button:disabled, button:disabled:hover, .big-button.disabled, .big-button.disabled:hover {
	color: #bfbfbf !important;
}
.form label, .form .label {
	font-weight: normal !important;
	font-size: 14px !Important;
}

.inline_block  {
	display: inline-block;
}
.inline_block1  {
	display: inline-block !important;
}
.border_radius_s {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type=radio]+label.error {
	 display: none !important;
}
input[type=radio]+label+label {
	display: inline-block !important;
}
input[type=radio][class*='error']+label, input[type=radio][class*='error']+label+label {
	color: red !important;
}

.mini_date {
	width: 110px !important;
}
.no_border {
	border: 0px !important;
	background: none !important;
}

input.error {
	border: 1px solid red;
}
.pointer { cursor: pointer; }