/*
-----------------------------------------------
360 Degree Lifestyle Management,LLC Master CSS
Author:  Paul Burton, 16toads Design (www.16toads.com)
Version:  July 17, 2006

    1   Text
    2   Header
    3   Structure
    4   Nav
    5   Search
    6   Headings
    7   Lists
    8   Forms
    9   Links
    10  Misc

----------------------------------------------- */


/* =text
----------------------------------------------- */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #421713;
}


/* =header
----------------------------------------------- */


/* =structure
----------------------------------------------- */
.bkgd {
	margin: 0px 0px 0px;
	padding: 0px;
	background-image: url(360 lifestyle management/images/g-backgroundgrey.gif);
	background-repeat: repeat;
	background-image: url(images/g-pattern.gif);
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 516px;
	height: 528px;
	margin-top: 65px;
	margin-bottom: 0px;
}
#contentcontain {
	width: 547px;
	height: 657px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#formwrapper {
	width: 547px;
	height: 657px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/p-form.gif);
	background-repeat: no-repeat;
}


/* =nav
----------------------------------------------- */


/* =search
----------------------------------------------- */


/* =headings
----------------------------------------------- */


/* =lists
----------------------------------------------- */


/* =forms
----------------------------------------------- */
#formcontain {
	width: 430px;
	padding-top: 130px;
	margin-left: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#condoform {
	width: 330px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#condoform div.textfields input, #condoform select {
	display: inline;
	width: 220px;
	margin: 0 0 0 10px;
}

#condoform p, #condoform label {
	text-align: right;
	display: block;
	margin: 7px 0 0 0;
	padding: 0;
}

#condoform p span, #condoform label span, span.required {
	color: #A63234;
}

#condoform input.submit {
	float: right;
	width: 75px;
	margin-right: 0px;
	margin-top: 10px;
	pading-bottom: 30px;
}


/* =links
----------------------------------------------- */


/* =miscellaneous
----------------------------------------------- */

/* IE6 WIN (HIDE FROM IE5 MAC) >> \*/
* html # {

}

/* << IE6 WIN */

