input, textarea {
	font-size:11px;
	line-height:15px;
}

.red, .red * {
	color:#db030a;
	font-size:11px;
}

form .formrow {
	display:block;
	margin-bottom:4px;
}
form .inputtext, form .search_input {
	background-color:#fff;
	border:1px solid #001244;
	width:200px;
}

form .textarea {
	background-color:#fff;
	border:1px solid #001244;
	overflow:auto;
	width:340px;
	height:80px;
	font-family:verdana, arial, sans-serif;
}

form input.submit {
	width:104px;
	margin-left:100px;
	background-color:#112f81;
	color:#fff;
	border:none;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
	text-transform: capitalize;
	font-weight:bold;
}

form div.element {
	clear:both;
}
form .frmlabel {
	width:120px;
	display:block;
	float:left;
	padding-top:2px;
}
form label {
	font-weight:bold;
}
form input.formcheck {
	width:auto;
	background-color:transparent;
	background-image:none;
	border:none;
	margin-bottom:-3px;
}


form {
	margin:0px;
}
form.admin label {
	display:block;
	width:120px;
	float:left;
	font-weight: bold;
}

form.admin label.small {
	font-weight: normal;
	width: auto;
	float: none;
	display: inline;
}

form.admin textarea {
	overflow:auto;
	width:550px !important;
	height:400px !important;
}

form.admin textarea.small {
	overflow:auto;
	width:210px;
	height:120px;
}
form.admin input.formtext, form.admin select.formselect {
	width:210px;
	background-color:#fff;
	border:1px solid #001244;
}

form.admin input.formsubmit {
  margin-left: 123px;
  background-color:#112f81;
	color:#fff;
	border:none;
	font-weight:bold;
}

a img {
  border: 0px;
}



.search_select {
    width: 483px;
}

form .search_input {
    width: 475px;
}