/*<group=form>*/

div#main form#theForm {
	margin: 0 0 10px 20px;
	font-size: 12px;
	width: 640px;
}

div#main form#theForm fieldset {
	margin: 10px 0 20px;
	padding: 10px;
	border-width: 1px;
	border-color: #E3DEC4;
	border-style: solid;
}

div#main form#theForm legend,  fieldset legend  {
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}


div#main form#theForm legend .blue, fieldset legend span.blue {
	font-size: 16px;
	color: #3B92BE;	
}


div#main form#theForm input, div#main form#theForm textArea {
	margin: 0;
	padding: 2px;
	font-size: 12px;
	width: 400px;
}

div#main form#theForm input.btn {
	width: 70px;
}

div#main form#theForm input.box {
	width: 1em;
}

div#main form#theForm tr td {
	padding: 1px;
	background-color: #F0EFE7;
}

div#main form#theForm tr td.lbl {
	width: 100px;
	padding-right: 5px;
	padding-top: 4px;
	border-left: 4px solid #DFDCCA;
	text-align: right;
	vertical-align: top
}

div#main form#theForm tr td.inp {
	width: 450px;	
	vertical-align: top
}

div#main form#theForm tr.required td {
	background-color: #DFDCCA;
}

div#main form#theForm tr.required td.lbl {
	width: 100px;
	padding-right: 5px;
	padding-top: 4px;
	border-left: 4px solid #FF7E00;
	text-align: right;
	vertical-align: top
}

.err {
	color: red;
	font-weight: bold;
}

/*</group>*/


/*<group=Site Style Table>*/
div#main .theme {
	float: left;
	width: 200px;
}

div#main .theme input.radio {
	display: inline;
	width: 1em !important;
}

div#main .theme tr.top td.pick {
	width: 30px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	
	border-left: 1px solid #3B92BE;
	border-top: 1px solid #3B92BE;	
	background-color: #ECEAE1;
}

div#main .theme tr.top td.pick input{
	width: auto;
}


div#main .theme tr.top td.title {
	width: 130px;
	padding: 5px;
	
	border-right: 1px solid #3B92BE;
	border-top: 1px solid #3B92BE;
	background-color: #ECEAE1;
	
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
}

div#main .theme tr.thumbnail td.picture {
	width: 160px;
	padding: 5px;
	height: 123px;
	text-align: center;
	vertical-align: middle;
	
	border-left: 1px solid #3B92BE;
	border-right: 1px solid #3B92BE;
	border-bottom: 1px solid #3B92BE;
}

div#main .theme tr.thumbnail td.current, div#main .theme tr.top td.current {
	border-color: #FF8C00;
}

div#main .theme tr.thumbnail td.picture img {
	padding: 2px;	
	border: 1px solid #909090;
}

div#main .theme td.spacer, .theme td.vertSpacer  {
	width: auto;
	padding: 5px;
}


/*</group>*/

/*<group=Website Setup>*/

fieldset.themeSetup {
	text-align: center;
}

fieldset.pageActivation {
	text-align: left;
}

fieldset.pageActivation ul li {
	list-style-type: none;
}
	
/*</group>*/

/*<group=Billing History>*/
table#billing_history, table.invoiceDetail {
	border: 1px solid #EAE9DF;
	width: 600px;
	padding: 0;
}

table#billing_history th, table.invoiceDetail th {
	border-bottom: 1px solid #9A9997;
	text-align: left;
}

table#billing_history td {
	padding: 1px 3px;
	text-align: left;
}

table#billing_history td.odd {
	background: #EEEDE4;
}

table#billing_history td a {
	text-decoration: none;
	color: #636361;
}
/*<group>*/

/*<group=Invoice Details>*/
table.inv_top, table.inv_company, table.inv_body {
	border-bottom: none;
}

table.inv_bottom, table.inv_company, table.inv_body {
	border-top: none;
}
table.inv_top {
	background-color: #F2F1EB;
	border-bottom: 1px solid #9A9997;
}

table .inv_item {
	width: 450;
}

table .inv_qty {
	width: 55px;
}
table .inv_price, table td.inv_bt_right  {
	width: 95px;
	text-align: right;
}

table.inv_bottom {
	border-top:  1px solid #CDCCCB;
	padding-top: 10px;
}

/*<group>*/