/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	text-align: left;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm input {
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}



#EmailForm label {

	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {

	padding: 0;
}


/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#  
}
#EmailForm textarea {
	margin-top: 3px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    padding: 0;
}
#EmailForm input.button {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}
