/* Forms */
form {
    margin: 0;
    padding: 0;
}

div.formlabel{
    float:left;
    min-width:235px;
    width: auto !important;  /* for modern Browsers */
    width: 235px;  /*for IE */
	border-bottom: 1px solid #E8EDF5;
	padding-bottom:3px;
}
div.formsublabel{
    float:left;
    min-width:235px;
    width: auto !important;  /* for modern Browsers */
    width: 235px;  /*for IE */
	border-bottom: 1px solid #E8EDF5;
	padding-bottom:3px;
}

div.checkboxlabel{
	float:left;
}

div.checkbox{
	float:left;
	width:25px;
}


div.formelement{
	width: 253px;
    float:left;
    margin-right: 0px;
}

#search {
    float : right;
    color : white;
    margin : 20px;
    padding-right : 5px;
    margin-right : 10px;
}

#form_container {
    padding:0px;
	min-width:500px;
    width: auto !important;  /* for modern Browsers */
    width: 500px;  /*for IE */
}
#form_container input {
    margin-bottom: 4px;
    background-color: #E2E8F2;
    border: 1px solid #2C3343;
    padding:0px;
	min-width:253px;
    width: auto !important;  /* for modern Browsers */
    width: 253px;  /*for IE */
}

#form_container input.form_error{
    border: 1px solid #FF0000;
}

#form_container textarea {
    margin-bottom: 4px;
    background-color: #E2E8F2;
    border: 1px solid #2C3343;
    padding:2px;
    background-image:url(/images/default/quote.gif);
    background-repeat: no-repeat;
	min-width:249px;
    width: auto !important;  /* for modern Browsers */
    width: 249px;  /*for IE */
}

#form_container select {
    background-color: #E2E8F2;
    border: 1px solid #2C3343;
    padding:0px;
    margin-bottom: 4px;
	min-width:255px;
    width: auto !important;  /* for modern Browsers */
    width: 255px;  /*for IE */
}

.form_separator {
    color : #000000;
    font-size : 12px;
    font-weight : bold;
    border-bottom : 2px solid #dddddd;
    padding-bottom : 5px;
    margin-bottom : 5px;
    clear : both;
}
#error {
	border-width: 1px 2px 2px 1px;
	border-color:#000000;
	border-style: solid;
	padding: 4px;
	font-size: 14px;
	color: red;
	background-color:#FFFFFF;
}

.commenttxt{
   width:320px;
   height:140px;
}

.submit{
   width:100px;
}
