/*homeBreakup*/
/*this contains css ONLY implemented on the Home page of CorpAmerica*/

img {
	margin: 0;
	padding: 0;
}

#homeBreakup {
	width: 925px;
	margin: 10px 14px;
}

#homeBreakup #fRead {
	width: 612px;
	height: 328px;
}

#homeBreakup #startInc {
	width: 313px;
}

.topAlign td {
	vertical-align: top;
}

#homeStartInc {
	background-image: url(../images/bg_startinc.gif);
	background-repeat: repeat-y;
	height: 313px;
}

#startIncTop {
	height: 10px;
	overflow: hidden;
	background-image: url(../images/bg_startinc_top.gif);
	background-repeat: repeat-x;
	text-align: right;
	margin: 0;
	padding: 0;
}

#startIncTop img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#startIncForm {
	height: 303px;
	background-image: url(../images/bg_startinc_form.gif);
	background-repeat: no-repeat;
	background-position: bottom right;

}

#startIncFormBody {
	height: 291px;
	padding: 0 20px;
	width: 263px;
	font-size: 11px;
}

#startincHeader {
	margin: 0 0 8px 0;
}

#startIncFormBody span {
	font-size: 11px;
	display: block;
	margin: 4px 0;
}

#startIncFormBody label {
	font-size: 11px;
}

#orderPrefName, #locationState, #locationCountry {
	padding: 0px;
	margin: 3px 0 0 0;
	font-size: 11px;
	width: 204px;
	height: 18px;
	border: 1px solid #A7A6AA;
}

#startincEntityTable td {
	padding: 0 3px 0 0;
	height: 18px;
}

#startincEntityTable td label {
}

#startincEntityTable td input {
	vertical-align: text-top;
}

#startincButton {
	padding: 0px;
	margin: 8px 0 0 0;
}

#startIncBottom {
	height: 12px;
	overflow: hidden;
	background-image: url(../images/bg_startinc_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
}

