form.cakeform  {
	width: 240px;
	float: left;
}

form.cakeform  div {
	width: 554px; 
}
form.cakeform  div.submit{
	margin-left: 30px;
}

form.cakeform  div fieldset {
	width: 197px;
}

form.cakeform div label {
	width: 40px;
	font-size: 12px;
	color: #5f5f5f;
	font-family: "Helvetic Neue", helvetica, sans-serif;
}
form.cakeform div input{
	width: 170px;
}

form.cakeform .checkbox label, form .radio label {
	width: 500px;   /* if you change this make sure you also update it in ie6.css and ie7.css */
}

form.cakeform  .checkbox input{  /*might need to add this too   form div.radio input    depending on how the form is designed you could change this or take it out completely */
	margin: 2px 8px 0 120px;
}

form.cakeform  div select, form div textarea {
	width: 200px;
}

form.cakeform  div label.wide { width: 348px; }

form.cakeform  .wide input.inputText, form .wide input.inputPassword, form .wide input.inputFile, form .wide select, form .wide textarea {
	width: 344px;
}

