.smallform {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-left: 145px;
}

.combobox, .textfield {
	border: 1px solid #999;
	width: 197px;
	padding-left: 3px;
}

.textarea {
	border: 1px solid #999;
	width: 572px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.smalltextarea {
	border: 1px solid #999;
	width: 197px;
}

.smallform .textfield {
	width: 174px !important;
}

.dropdown_big {
	border: 1px solid #999;
	width: 200px;
	outline: none;
}

em.required {
	color: #CF0000;
	padding-left: 3px;
	font: normal 12px arial, sans-serif;
}

li.required {
	background: #FFDFDF url('img/li_required_bg.jpg') repeat-x;
}

.fieldmessage {
	vertical-align: bottom;
	padding-left: 5px;
	color: #CF0000;
	font: 9px 'Lucida Grande', 'Lucida Sans', Verdana, Arial;
}

.smallbutton {
	cursor: pointer;
	vertical-align: middle;
	border: 0;
}

/* ----------------------------------------------------------*/

a.button {
	background: transparent url('img/button_bg_a.gif') no-repeat scroll top right;
    color: #444 !important;
    border: 0px !important;
    display: block;
    font: normal 12px arial, sans-serif;
	float: right;
    height: 24px;
    margin-right: 14px;
    padding-right: 18px;
    text-decoration: none;
    overflow-y: hidden;
}

a.button span {
    background: transparent url('img/button_bg_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

.clear {
    overflow: hidden;
    text-align: center;
    width: 100%;
    border-top: 1px solid #C4C4C4;
    margin: 5px 0 0 0;
    padding: 8px 0 5px 0;
}

.clear div.text {
    color: #777;
	width: 60%;
	margin-left: 10px;
	float: left;
	font: 9px 'Lucida Grande', 'Lucida Sans', Verdana, Arial;
	line-height: 1.3em;
	text-align: left;
}

/* ----------------------------------------------------------*/
/* http://www.alistapart.com/articles/prettyaccessibleforms/ */

form.icmaform fieldset {
  padding: 5px 0 5px 0;
  border: 1px solid #999;
  text-align: left;
  background: #F2F2F2 url(img/form_bg.jpg) repeat-x;
}
form.icmaform legend {
  font: 11px Tahoma, Arial, Helvetica, sans-serif;
  padding: 0 2px 0 2px;
  font-weight: bold;
}

form.icmaform legend span {
	font-weight: normal;
	color: #777;
}

form.icmaform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  padding-right: 10px;
  text-align: right;
}
form.icmaform fieldset ol {
  margin: 0;
  padding: 0;
}
form.icmaform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.icmaform fieldset li div {
  width: 197px;
  margin-left: 233px;
  margin-top: -2em;
  padding: 0px;
  line-height: 2em;
}

form.icmaform fieldset li div span {
  padding-left: 5px;
}

form.icmaform em {
  font-weight: bold;
  font-style: normal;
}
form.icmaform label {
  width: 220px; /* Width of labels */
}

.smallform label {
  width: 90px !important;
}

form.icmaform fieldset table img, form.icmaform fieldset table a {
	border: 1px solid #f0efee !important;
}