﻿/* --------------------------------------------------------------------------------- */
/*                                    FormGrid v2                                    */
/*                                    KingCom BDC                                    */
/* --------------------------------------------------------------------------------- */

form
{
	
}

fieldset.formGrid
{
	width: 504px;
	height: auto;
	margin: 2px;
	padding: 5px 0 5px 0;
	background-color: #f6f6f6;
}

fieldset.formGrid h3
{
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 1%;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
	background-color: #f6f6f6;
}

/* --------------------------------------------------------------------------------- */
/*                                      formRow                                      */
/* --------------------------------------------------------------------------------- */

fieldset.formGrid .formRow
{
	padding: 2px;
	*padding: 2px 0 2px 0; /* for IE */
}

fieldset.formGrid .formRow label
{
	line-height: 160%;
}

fieldset.formGrid .formRow input,
fieldset.formGrid .formRow textarea,
fieldset.formGrid .formRow select
{
	border: 1px solid #CCC;
	background-image: url(../images/bg_input.gif);
}

fieldset.formGrid .formRow p.rowInfo
{
	color: #777;
	margin: 1px 0 1px 35%;
	font-size: 12px;	
}

/* --------------------------------------------------------------------------------- */
/*                                     buttonRow                                     */
/* --------------------------------------------------------------------------------- */

fieldset.formGrid .buttonRow
{
	padding: 2px;
	*padding: 2px 0 2px 0; /* for IE */
}

fieldset.formGrid .buttonRow .button
{
	float: right;
	margin: 5px 6px 0 0;
}


/* --------------------------------------------------------------------------------- */
/*                        DropDownList & Multiple DropDownList                       */
/* --------------------------------------------------------------------------------- */

fieldset.formGrid .formRow table.radioButtonList
{
	float: left;
	width: 35%;	
	margin: 0;
	padding: 0;
}

fieldset.formGrid .formRow select, fieldset.formGrid .formRow .dropDownList
{
	width: 314px;
	background-image: none;	
}

fieldset.formGrid .formRow table.checkBoxList tbody tr td label, 
fieldset.formGrid .formRow table.radioButtonList tbody tr td label 
{
	line-height: 160%;
}

fieldset.formGrid .formRow table.checkBoxList tbody tr td input, 
fieldset.formGrid .formRow table.checkBoxList tbody tr td input[type="checkbox"], 
fieldset.formGrid .formRow table.radioButtonList tbody tr td input, 
fieldset.formGrid .formRow table.radioButtonList tbody tr td input[type="radio"]
{
	border: 0;
	background: #F6F6F6;
	background-image: none;	
}
