/* form styles */
 #blk_frcontact  .bkForm {
	width: 400px;
}

 #blk_frcontact  .bkFieldLabel {
	text-align: right;
	font-weight: bold;
}

 #blk_frcontact  .bkFieldLabel .bkRequired {
	font-weight: bold;
	color: #B35F05;
}

 #blk_frcontact  .bkFieldContent {

}

 #blk_frcontact  .bkFieldContent .bkTextControl {
	width: 100%;
}

 #blk_frcontact  .bkFieldContent .bkTextAreaControl {
	width: 100%;
	height: 120px;
}