/* {
	font:11px Arial, Helvetica, sans-serif;
	color:#6a512e;
	line-height: 18px;
}
*/
/* CUSTOMIZED  Forms SETTINGS OVERRIDE cake.generic */
.error-message {
	/*display:none;*/
}

form {
	clear: both;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: normal;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: small;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0;
	padding: .25em;
	vertical-align: text-top;
}
form div.input {
	color: #000;
}
form div.required {
	color: #000;
	font-weight: bold;
}

label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	font-size: 1em;
}
input, textarea {
	clear: both;
	font-size: small;
	font-family: inherit;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: small;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: small;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: small;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* CUSTOM FORM SETTINGS */

input[type=text], input[type=password] {
	width: 150px;
}


fieldset {
	padding: 10px;
	margin-top: 20px;
}

fieldset#autoSize {
	width:auto;
}

legend {
	color:#A0400B;
	padding-left: .25em;
	padding-right: .25em;
	margin:0.3em 0;
	font-size: 110%;
}
td.radioTags input[type=radio] {
	display:block;
    float:left;
	margin: 0 8px 0 0;
}

div.required label:after { content: "*"; color: #f00;}
td {padding: 0px 5px 0px 5px;}
td.required:after, th.required:after { content: "*"; color: #f00;} 

form div label {
  display: block;
  float: left;
  width: 100px;
  margin: 0px;
  padding: 2px;
}

form div.input input {
	width: 150px;
	clear: right;
	float: right;
	margin: 2px;
}
form div.input.required.error {
	color:#f00;
	font-size: 1em;
	font-weight: normal;
}


form div select {
	width: auto;
	clear: right;
	float: right;
}

form div input, form div select, form div textarea {
 clear: right;
 float: right;
 border: 1px solid black;
}


form div.input.required.error input {
	border: 1px solid red;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
}

input.error {
	border: 1px solid red;
}
label.error {
	color: #ff0000;
	clear: both;
}
form div.submit {
	border: 0;
	clear:both;
	float: left;
}

input[type=image] {
	border: 0;
}
/*
div.submit input {
  padding: 2px 12px;
  color: #71300F;
  background-color:#ccc;
  text-decoration: none;
  border: 1px solid #666;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  text-decoration: none;
  width: auto;
}

div.submit input:hover {
  padding: 2px 12px;
  color: #fff;
  background-color:#71300F;
  text-decoration: none;
  border: 1px solid #666;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  text-decoration: none;
  width:auto;
}
*/

/** FOR SUCCESS CHART FORMS AND AJAX FORMS **/
table.successchart-table tbody td {
	padding: 3px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 100px;
	float: left;
}

.form {
	display: table;
}

.form table {
	width: 438px;
	height: 100%;
}
.form table td.header {
	background-color: #f89c50;
	color: #ffffff;
	padding: 10px;
}
.form table td.bordered {
	background-color: #ffffff;
	color: #000000;
	border-left: 6px solid #f89c50;
	border-right: 6px solid #f89c50;
	border-bottom: 6px solid #f89c50; 
	
}
.form table td.bordered form {
	margin:0 auto;	
}

td.bordered form input {
	width: 100px;
}

td.bordered form label {
	display: inline;
}


input#txtSWeight,
input#selSFeet,
input#selSInches,
input#txtMWeight,
input#txtMHeight,
input#SuccesschartWaist,
input#SuccesschartBmi {
	width: 50px;
}

