.form .text, .form textarea {
	min-height: 20px;
	width: 500px;
	border: 1px solid #999;
	padding:8px;
	color:#2c1e0e;
}

.form textarea {
	height: 100px;
}

.form .chkbox {
	vertical-align: -1px;
	margin-right: 3px;
	color:#2c1e0e;
}

.form .label{
	padding:8px 10px 0 0;
}

.form .data {
	padding: 2px 10px 2px 0;
}

.form input.empty {
	background: url("../img/icons-12x12/icon_required_purple.png") no-repeat;
	background-position: 100% center; 
}

.form input.invalid {
	border: 1px solid #f55;
}

.form td.label {
	width: 158px;
	line-height: 14px;
	vertical-align: text-top;
	color:#2c1e0e;
}


.btnSubmit[disabled]{
	width: 90px;
	height:32px;
	color:#999;
	border:none;
	background-color:#FFF;
}

.btnSubmit[disabled]:hover{
	width: 90px;
	height:32px;
	color:#999;
	border:none;
	background:#FFF;
}

.linkCancel{
	margin:0px 8px;
}

.btnSubmit{
	margin:0px 8px;
	width: 90px;
	height:32px;
	color:#FFF;
	border:none;
	background-color:#514333;
}

.btnSubmit:hover{
	width: 90px;
	height:32px;
	color:#FFF;
	border:none;
	background:url(../img/selectbox/button_background.png);
}

#locationList div {
	margin: 3px 0;
}

#subscriptionbox, #publicinfo{
	padding:16px 0 16px 0;
}

#subscriptionbox .chkbox {
	vertical-align: -1px;
	margin-right: 3px;
	padding:8px 0px 8px 0px;
	font-size:1.1em;
}

.inspringend{
	margin-left:68px;
}

/*  jQuery selectbox styles  */

.selectbox /* look&fell of  select box*/
{	
	min-width: 500px;
	width:500px;
	min-height: 20px;
	border: 1px solid #999;
	padding:8px;
	margin: 0px 5px 10px 0px;
	display : block;
	text-align:left; 
	background: url('../img/selectbox/selectbox_button_up.png') no-repeat right;
	cursor: pointer;
	color:#2c1e0e;
}

div.selectbox-wrapper {
    position:absolute;
	min-width:500px;
    width:500px;
	height:200px;
   *height:200px; /*IE6 fix */
 	overflow: auto;
    background-color:white;
    border:1px solid #333;
    margin:0px;
    margin-top:-10px;
    padding:0px;
    text-align:left;
   
}

div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.selectbox-wrapper ul li.selected { 
	background-color: #EAF2FB;
}

div.selectbox-wrapper ul li.current { 
 	background-color: #721C76;
	color:white;
}

div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:8px;
  cursor:pointer;
  color:#2c1e0e;
}

label {
    display: block;
}


