/* icansee web design CSS Document */

#genericForm {
	display: block;
	width: 480px;
	margin: 20px 0px 0px 0px;
	padding: 1px 1px 5px 1px;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	line-height: 13px;
}

.redText {
	color: #ff3300;
}

#genericForm .tabbed {
	display: block;
	position: relative;
	background-color: #f4f3ee;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#genericForm input.fullWidth, #genericForm textarea.fullWidth {
	width: 310px;
}

/*
Standard area elements
---------------------
*/

#genericForm #FormArea.standard p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 9px;
}

#genericForm #FormArea.standard label {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 7px 9px 0px 9px;
	color: #6c6756;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

/*
Tabbed area elements
---------------------
*/

#genericForm .tabbed p {
	margin: 0px 0px 0px 0px;
	padding: 5px 9px 5px 150px;
}

#genericForm .tabbed label {
	display: block;
	position: absolute;
	top: 12px;
	left: 9px;
	width: 160px;
	color: #6c6756;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

/*
Other form elements
---------------------
*/

#genericForm .helpText  {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	font-weight: normal;
}

#genericForm #SubmitArea {
	display: block;
	background-color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: bold;
}

#genericForm #SubmitArea p {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

#genericForm #SubmitArea input {
	font-size: 13px;
	margin: 0px 30px 0px 30px;
}

