.contact_details {
	position: relative;
	width: 300px;
	top: 0;
	right: 0;
	padding: 0 15px 0 15px;
	float:left;
	/*font-size: 12px;*/
}
.contact_details_label {
	width: 40px;
	vertical-align: top;
	text-align:right;
	padding-right:10px;
}
.contact_details_data {
	width: 195px;
}

#EmailForm {
		width: 300px;
		text-align: left;
		padding-bottom: 20px;
		border: none;
		margin-left:35px;
		float:left;
		position:relative;
}
#EmailForm.full { width: 100%; }


fieldset {
    border: none;
}

legend {
		/*display: none;*/
}
#EmailForm h3 {
		clear: both;
		padding: 15px 0 5px;
		/*font-size: 14px;*/
		font-family: Helvetica, Arial, sans-serif;
		color: #000;
		font-weight: bold;
}

#EmailForm label,
#EmailForm p {
		display: block;
		clear: both;
		width: 310px;
		/*font-size: 1em;*/
		line-height: 1.5em;
		padding: 0 0 9px;
}

#EmailForm input {
		display: block;
		margin-top: 3px;
}

#EmailForm select {
		float: left;
		display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
		float: left;
		clear: none;
		margin: 0 10px 0 0;
		width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
		float: left;
		width: 150px;
		padding: 0;
}

#EmailForm label.state select {
		width: 60px;
		float: left;
		margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
		float: left;
		width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
		float: left;
		clear: left;
		width: 310px;
		margin: 0;
		line-height: 1.5em;
}

#EmailForm label input {
		float: left;
		width: 310px;
		padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
		clear: left;
		float: left;
		padding: 0;
		margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
		clear: none;
		margin: 0 0 0 25px;
		padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
		clear: both;
		float: left;
		padding: 0;
		margin: 0;
}

#EmailForm label.checkbox {
		clear: none;
		margin: 0 0 0 25px;
		padding: 0 0 15px;
}
/* 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;*/
		width: 280px;
border-top:1px solid #7c7c7c;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-bottom:1px solid #ddd;
background-color:#EEE; /* url(/assets/templates/forensictv/images/fieldbg.gif) repeat-x top;*/
}
#EmailForm input.checkbox,
#EmailForm select {
    /*border: 1px solid #ddd;*/
    /*border-left-color: #c3c3c3;*/
    /*border-top-color: #7c7c7c;*/
    /*background-color: #fff;*/
border-top:1px solid #7c7c7c;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-bottom:1px solid #ddd;
background-color:#EEE;
}
#EmailForm textarea {
		margin-top: 3px;
		height: auto;
		display: block;
border-top:1px solid #7c7c7c;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-bottom:1px solid #ddd;
background-color:#EEE;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    /*border: 1px solid #ddd;*/
    /*border-left-color: #c3c3c3;*/
    /*border-top-color: #7c7c7c;*/
		/*background-color: #EBE9ED;*/
border-top:1px solid #7c7c7c;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-bottom:1px solid #ddd;
background-color:#EEE;
}
