body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #171717;
    font: 12px/1.5em Arial,sans-serif;
}
a {	 
	color: #0088CC;
	}
.form {
	margin: 10px;
	font-size: 13px;
}

.formHeadingRow {
	padding: 2px;
	overflow: hidden;
	margin-bottom: 5px;
}

.formRow {
	padding: 5px 2px !important;
	clear: both;
	margin-bottom: 5px;
}

.formLabel {
	float: left;
	width: 150px;
}

.formField {
	margin-left: 150px;
	padding-left: 10px;
}

.form input[type="submit"] {
	padding: 5px;
	margin-left: 11px;
	font-weight: bold;
}

.fu_limit {
  /*color:red;  */
}

.success {
  margin:5px 0;
  padding:5px;
}

input, textarea {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
}

#breadcrumbs .active {
  font-weight:bold;
}

span.swf_load_error {
  font-weight: bold;
}

span.fu_alt {
  display: block;
  font-size: 75%;
  margin-left: 248px;
}
.recommendationsContactMessage {
    height: 200px;
    overflow: auto;
    width: 420px;
}
div.dialog {
	background-color: #FFFFFF;
	color: transparent;
	height: auto !important;
	padding: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 0 7px #333;
	-moz-box-shadow: 0 0 7px #333;
	box-shadow: 0 0 7px #333;
	border: 2px solid #666;
	overflow: visible;
	z-index: 999 !important;
}
.buttonCancel, .buttonSave {
    color: #FFFFFF;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
    display: block;
    float: right;
    text-align: center;
    width: 50px;
}
.buttonCancel {
    background-color: red;
}
.buttonSave {
    background-color: green;
}
.your-choices {
    border-top: 1px solid #E8E8E8;
    font-size: 14px;
    line-height: 1.8em;
    margin: 15px 30px;
    padding: 28px 30px 90px;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    background: url("/img/800width-shadow.png") no-repeat 0 0 transparent;
}
.your-choices #Action input[type="submit"] {
    font-size: 15px;
    margin-top: 13px;
    padding: 7px 10px;
}
.your-choices #and {
    background: none repeat scroll 0 50% transparent;
 	 -moz-border-radius: 12px;
 	 -webkit-border-radius: 12px;
 	 border-radius: 124px;
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    width: 40px;
}
.your-choices input[type="radio"] {
    margin-right: 4px;
    position: relative;
    top: 3px;
    vertical-align: top;
}
.your-choices label {
    background-color: transparent;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;    
  padding: 5px 12px 4px 6px;
  font-size: 13px;
}
.your-choices label:hover  {
    background-color: #f4f4f4;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;    
  padding: 5px 12px 4px 6px;
}
.formLabel {
clear: both;
position: relative;
display: block;
max-width: 180px
float: none;
}
.formLabel label {
	position: relative;
	float: none;
	clear: both;
	}
ul.subform-list
{
    list-style-type: none !important;
}
ul.subform-list span.remove {
	color: red;
    cursor: pointer;
    margin-top: -30px;
	font-weight:bold;
}
li.subform-add {
	color: green;
    cursor: pointer;
	font-weight:bold;
	width:50px;
}
li.subform-list-item {
	border: 1px solid #EEEEEE;
    border-radius: 10px;
	margin: 5px;
	padding: 5px;
	overflow: auto;
}
div.table {display: table; }
div.table div {margin-left: 0 !important; }
div.td div.formField {margin-left: 0 !important; }
div.tr {display: table-row; }
div.td, div.th {display: table-cell; min-width: 200px;}
div.th {font-weight:bold;}
div.th .formLabel {text-align:center;}

.formRow.hidden-row {
  display: none;
}