img.mail  {
	float: right;
	padding: 0; margin: 0;
	position: relative;	
	top: -10px;
}

form#mailform {
	width: 100%;
	border: none;
	padding: 0;	margin: 0;
}

form#mailform fieldset {
	border: none;
	padding: 0;	margin: 0;
}
form#mailform input, form#mailform textarea {	
	width: 70%; 
}
form#mailform select {	
	width: 71%; 
}
/* Hack IE <=6 */
* html  input, * html textarea, { width: 99%; }
* html select#mailforman { width:72%; }
* html form#mailform input, * html form#mailform textarea {	
	width: 100%; 
}
/* end Hack  */

/* Hack IE <=6 */
/* * html  input, * html textarea, { width: 99%; }
* html  select { width: 124px; }
* html select#mailforman { width: 273px; } */
/* end Hack  */

label {
	display: block;
	float: left;
	width: 28%;
	border: none;
	color: rgb(56, 123, 198);
	font-weight: bold;
}
/* Hack IE <=6 */
* html label {	width: 27%;}
/* end Hack  */
legend { display: none; }

div#mailform input#mailformformtype_mail {
	width: auto;
	margin-left: 156px;
}
* html div#mailform input#mailformformtype_mail { 
	margin-left: 142px; 
}
div.csc-textpic { padding-top: 10px; }

div.boxBlueBottom { margin-bottom: 28px; }
* html div.boxBlueBottom { margin-bottom: 48px; }  /* Hack IE <=6 */
*+html div.boxBlueBottom { margin-bottom: 13px; } /* IE 7 Hack */

div.divider { margin: 10px 0; }
