﻿        #homecookinContentBottom {
            background: url(images/bottomBkg.gif) bottom no-repeat;
            float: left;
            padding-bottom: 60px;
        }
        #homecookinContent {
            background: url(images/topBkg.gif) no-repeat;
            float: left;
            width: 850px;
        }
        #leftContent {
            width: 435px; 
            margin-left: 0px;
            float: left;
        }
        #rightContent {
            width: 389px;
            margin-left: 15px;
            float: left;
            padding-top: 60px;
        }
            #tips {
                width: 371px;
                height: 156px;
                background: url(images/tipsBkg.jpg);
            }
                #tips p {
                    padding: 60px 20px 0 20px;
                }

.formContainer {
	margin-left: 32px;
}
#formHeader {
	width: 433px;
	height: 154px;
	background: url(images/formHeaderBkg.gif) no-repeat bottom right;
}
	#formHeader img.logo {
		margin-left: 25px;
	}
	#formHeader h2 {
		font-family: Tahoma;
		font-weight: bold;
		font-size: 13pt;
		
		color: White;
		margin: 0 0 0 50px;
		padding: 0;
	}
#formSubheader {
	padding-bottom: 10px;
	padding-left: 20px;
	background: url(images/formSubheaderBkg.gif) no-repeat bottom;
}
	#formSubheader h3 {
		font: tahoma bold 11pt;
		color: #a31f24;
		margin: 0;
		padding: 15px 0 5px 0;
	}
	#formSubheader .required {
		 font-style: italic;
		 font-size: smaller;
	}

.form {
	width: 401px;
	background: url(images/formBkg.gif) no-repeat bottom;
	min-height: 683px;
	background-color: #e5dac2;
}
	/*\*/
	* html .form {
	height: 683px;
	}
	/**/
	.form input {
		padding: 2px;
		border: solid 2px #808080;
		margin-left: 5px;
	}
	.field {
		margin: 5px 0 5px 30px;
	}
		.field input {
			margin: 5px 0 10px 0px;
			background-color: White;
		}
	.checkbox input {
		border: solid 0px white;
		margin: 0px;
	}

/* landing */
#steps {
	background: url(images/stepsBkg.gif) no-repeat bottom;
	width: 400px;
	height: 380px;
}

/* user */
#user {
	margin: 0px 0 0 32px;	
}

/* register */
#register  {
	
}