/* This CSS sets the default styles for forms. */
.form-field-block {
	float: left;
	padding-right:10px;
} 
.form-field-block label {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
fieldset {
	border: 1px solid #BFBFBF;
	padding: 8px;
}
 
.ie fieldset {
	padding-top: 0;
}
 
legend {
	font-weight: bold;
	padding: 0 6px;
}
 
input {
	background: #FFF;
}
.field-instructions {
	font-size: 11px;
	font-weight: normal;
} 
ul.field-instructions {
	margin-left: 20px;
}
ul.field-instructions li{
	list-style-type: disc;
} 
input[type="text"], input[type="password"], input[type="file"],input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {
	background-image: none;
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #e5e5e5;
	font: 1em "Lucida Grande", Arial, sans-serif;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
 
select {
	padding: 1px;
}
 
input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}
 
input[type="submit"], input[type="button"], input[type="reset"] {
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	padding-left: 10px;                     
	padding-bottom: 6px;                      
	padding-right: 10px;                                
	padding-top: 5px;                  
	background: #e6e6e6 url(../images/button-bg-tile.png) repeat-x left top;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	color: #494949;
	cursor: pointer;
	font-weight: bold;
	overflow: visible;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
 
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	text-shadow: 0px 0px 4px rgba(0,0,0,0);
	background: #8FBF59 url(../images/button-hover-bg-tile.png) repeat-x left top;
	border-color: #7da950;
	border-style: solid;
	color: white;
}
input[type="submit"].login-btn:hover, input[type="button"].login-btn:hover, input[type="reset"].login-btn:hover, input[type="submit"].login-btn:focus, input[type="button"].login-btn:focus, input[type="reset"].login-btn:focus {
	text-shadow: 0px 0px 4px rgba(0,0,0,0);
	background: #c4c4c4 url(../images/login-button-hover-bg-tile.png) repeat-x left top;
	border-color: #ccc;
	border-style: solid;
	color: #494949;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
input[disabled="disabled"], input.disabled {
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
	background: #f2f2f2 none;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	color: #ccc;
	cursor: default;
}
input[disabled="disabled"]:hover, input.disabled:hover, input.disabled.hover{
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
	background: #f2f2f2 none;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	color: #ccc;
}
a.lo-link-btn {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	padding-left: 10px;                     
	padding-bottom: 6px;                      
	padding-right: 10px;                                
	padding-top: 5px;                  
	background: #e6e6e6 url(../images/button-bg-tile.png) repeat-x left top;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	color: #494949;
	cursor: pointer;
	font-weight: bold;
	overflow: visible;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
a.lo-link-btn:hover {
	text-shadow: 0px 0px 4px rgba(0,0,0,0);
	background: #8FBF59 url(../images/button-hover-bg-tile.png) repeat-x left top;
	border-color: #7da950;
	border-style: solid;
	color: white;
	cursor: pointer;
}
a.lo-link-btn.green {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	padding-left: 10px;                     
	padding-bottom: 6px;                      
	padding-right: 10px;                                
	padding-top: 5px;                  
	background: #6DAB66 url(../images/button-green-bg-tile.png) repeat-x left top;
	border-color: #7da950;
	border-style: solid;
	border-width: 1px;
	color: white;
	cursor: pointer;
	font-weight: bold;
	overflow: visible;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.45);
	text-shadow: 0px 0px 4px rgba(0,0,0,0);
}
a.lo-link-btn.green:hover {
	text-shadow: 0px 0px 4px rgba(0,0,0,0);
	background: #8FBF59 url(../images/button-hover-bg-tile.png) repeat-x left top;
	border-color: #7da950;
	border-style: solid;
	color: white;
	cursor: pointer;
}
.field_example {
	color: #666;
	display: block;
	font-size: 11px;
}
 
/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
 
.ie6 input.text, input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button {
	background-image: url(http://www.mylifedirectionscoach.com/lifecoaching-group-theme/images/forms/input_shadow.png);
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial,Helvetica,Verdana,sans-serif;
	padding: 5px 1px;
}
 
.ie6 input.submit, .ie6 input.button {
	background: #e6e6e6 url(../images/button-bg-tile.png) repeat-x left top;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	color: #494949;
	cursor: pointer;
	font-weight: bold;
	padding: 6px;
}
 
input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #FFF none;
	border: 1px solid #f2f2f2;
}

/* ---------- Tabs ---------- */

.ui-tabs {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 18px 0;
    padding: 0 0 0 10px;
}

.ui-tabs:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ie .ui-tabs {
    overflow: hidden;
}

.ie6 .ui-tabs {
    height: 1%;
}

.ui-tabs li {
    display: inline;
    float: left;
    line-height: 1;
    padding: 0;
    text-decoration: none;
}

.ui-tabs li.last {
    border-right: none;
}

.ui-tabs li a, .tabs li span {
    background: transparent none repeat-x 0 100%;
    border-right:none;
    color: #1e82bf;
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    text-decoration: none;
    top: 1px;
}

.ie6 .ui-tabs li a, .ie6 .tabs li span {
    color: #1e82bf;
    background-image: none;
    border-bottom: 3px solid #e5e5e5;
    padding-bottom: 7px;
}

.ui-tabs li a:hover {
    text-decoration: underline;
}

.ui-tabs li a:hover, .ui-tabs li span:hover {
    background: transparent;
    color: #0b6fab;
}

.ui-tabs li.current a:hover, .ui-tabs li.current span:hover {
	text-decoration: none;
}

.ui-tabs li.current a, .ui-tabs li.current span {
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    color: #494949;
    font-weight: bold;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}

.ie6 .ui-tabs li.current a, .ie6 .ui-tabs li.current span {
    padding-bottom: 10px;
}

.ui-tabs li.current:hover, .ui-tabs li.current a:hover {
    background-color: #FFF;
}

.ui-tabs .ui-tabs-disabled a {
    cursor: text;
}

.ui-tabs-disabled {
    opacity: 0.4;
}

.ie .ui-tabs-disabled {
    filter: alpha(opacity=40);
}

.ui-tabs .ui-tabs-disabled a:link, .ui-tabs .ui-tabs-disabled a:visited {
    color: #000;
}

.ui-tabs-hide {
    display: none;
}

.ui-tabs .last.toggle {
    float: right;
}