﻿
fieldset {
	margin-bottom: 10px;
	padding: 20px; 
	border: 1px solid #dedede;
}

legend {
	font-size: 18px; color: #ee3650;
}

.requiredFields {
	font-size: 11px;
	font-family: Arial;
	line-height: 10px;
	color: #ea2d14;
}

	.requiredFields b {
	}

.radioButtonList label,
.checkBoxList label {
	display: inline;
	padding: 0 0 0 4px;

	text-align: left;
}

/* Form fields
-------------------------------------------------------------- */

label {
	color: #1d191c;
}

textarea, input[type='text'], input[type='password'], select { 
	display: block;
	margin: 0;
	padding: 7px;
	margin: 3px 0 5px 0;
	border: 1px solid #dedede;
	background-color: #fff;

	font-family: Arial;
	font-size: 12px;
	border-radius: 3px;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { 
	border: 1px solid #dedede;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { 
	border: 1px solid #dedede;
}

input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

input[type='checkbox'] { border: 0; }

.checkBox {}

	.checkBox input { float: left; }
	.checkBox label { margin-top: 2px; font-weight: normal; text-align: left; }

.inputError {
	font-size: 11px;
	font-weight: 400;
	color: #ea2d14;
}

.inputSuccess {
	font-size: 11px;
	color: #b1cb21;
}

/* Buttons
-------------------------------------------------------------- */

.btn {
	display: inline-block;
  text-transform: uppercase;
  color: white;
  background: #ee3650;
  padding: 7px 18px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  border: none;
}

.btn:hover {
	background: #db2f48;
}
	
/* AutoComplete
-------------------------------------------------------------- */
/* flyout */

.autocomplete_completionListElement { 
	display: block;

	width: 190px;
	height: 200px;

	position: absolute;
	z-index: 999;

	/*margin: 0px!important;*/
	margin: 0 0 0 0px;
	padding: 0;
	background-color: #fff6f8;
	cursor: pointer;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	list-style-type: none;

	color: windowtext;
	font-size: 11px;
    text-align: left;
}

.autocomplete_completionListElement li {
}

/* highlighted item */
.autocomplete_highlightedListItem {
	background-color: #ee3650;
	color: white;
	width: 190px;
	_height: 13px;

	padding: 5px;
}

/* item */
.autocomplete_listItem  {
	color: #000000;
	width: 190px;
	_height: 13px;

	padding: 5px;
}

#ControlContact 
{
	max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}

#ControlContact > div > div 
{
	float: left;
	width: 50%;
}