.styledForm .formItem {
	margin-bottom:15px;
}
	
.styledForm label {
	float:left;
	text-align:right;
	width:140px;
	margin-right:15px;
	font-size:12px;
	color:#333333;
	padding-top:8px;
}

.styledForm .formLabel {
	font-size:12px;
	color:#333333;
}

.addSelectedBorderSmall
{
	background:url(/assets/images/selectedBox.png) top left no-repeat;
	padding:4px 5px 8px 5px;
	width:40px;
	height:40px;
}

.profilePageRequiredDisclaimer{font-size:12px;font-weight:bold;text-align:right;}

.styledForm .styledTextInput, .styledForm .styledTextInputTiny, .styledForm .styledTextInputSmall, .styledForm .styledTextInputMedium, .styledForm .styledTextarea {
	background:url(/assets/images/textInput.png) top left no-repeat;
	border:none;
	color:#999999;
	font-size:19px;
	height:32px;
	padding:0 10px;
	width:275px;
	padding-top:3px;
	margin-right:15px;
}

.styledForm .styledTextInputTiny {
	background:url(/assets/images/textInputTiny.png) top left no-repeat;
	width:55px;
	margin:0;
	border:none;	
	font-size:19px;
	height:32px;
	text-align:left;
	padding:3px 0px 0px 2px;
}

.styledForm .styledTextInputSmall {
	background:url(/assets/images/textInputSmall.png) top left no-repeat;
	width:63px;
	margin:0;
}
.styledForm .styledTextInputMedium {
	background:url(/assets/images/textInputMedium.png) top left no-repeat;
	width:115px;
	margin:0;
}

.styledForm .styledTextInput:focus ,.styledForm .styledTextInputTiny:focus, .styledForm .styledTextInputSmall:focus, .styledForm .styledTextInputMedium, .styledForm .styledTextInputMedium, .styledForm .styledTextarea:focus {
	color:#333333;
}

.styledForm .styledSubmit {
	border: 0;
	color:#ffffff;
	float:none;
	cursor: pointer;
	font-size:13px;
}

.styledForm .removeSubmitStyles {
	background:none;
	border: 0;
	color:#ffffff;
	font-weight:bold;
	float:none;
	cursor: pointer;	
}

.styledForm .browse {
	background:url(/assets/images/browse-off.png) no-repeat;
	width:72px;
	height:28px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#ffffff;
	display:inline-block;
	line-height:28px;
}

.styledSelect{width:150px;}
.newList {width:160px;}

.birthdayDay{width:80px;}
.birthdayDay .newList{width:90px;}
.birthdayYear{width:90px;}
.birthdayYear .newList{width:100px;}
.causeSelect {width:380px;}
.causeSelect .newList{width:390px;}


.styledForm .uploadBox {
	display:inline-block;
	width:232px;
	float:left;
	margin-right:15px;
}
.styledForm td {
	padding:1px;
}
.required {
	color:#0076C0;
	font-size:14px;
	font-weight:bold;
}

.styledForm .styledTextarea {
	background:url(/assets/images/styledTextarea.png) top left no-repeat;
	height:152px;
	width:450px;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
}


