/*****************************************************************
 * 咨询建议控件风格
 * 名称：CDAddAdviceControl
 ******************************************************************/
/*================================================================*/
/*风格一：传统模式
  advice_add_one
=========================================================
*/

.advice_add_one table
{
	width:100%;
	padding:4px;
	margin:3px;
	font-size:12px;
}
.advice_add_one table td
{ line-height:30px;
}

.advice_add_one .formTitleSingleLine
{
	color:#666; 
	width:80px;
}

.advice_add_one .formValueSingleLine input
{
	width:420px;
	height:18px;
	padding: 1px;
	color: #5d5d5d;
	border: 1px solid #999999;
}
.advice_add_one .formTitleSingleLine1
{
	color:#666;
	width:70px;
}
.advice_add_one .formValueSingleLine1 input
{
	width:420px;
	height:18px;
	padding: 1px;
	color: #5d5d5d;
	border: 1px solid #999999;
}
.advice_add_one .formTitleSingleLine2
{
	color:#666;
	width:70px;
}
.advice_add_one .formValueSingleLine2 input
{
	width:420px;
	height:18px;
	padding: 1px;
	color: #5d5d5d;
	border: 1px solid #999999;
}
.advice_add_one .formTitleMultiLine{
	color:#888;
	width:70px;
}
.advice_add_one .formValueMultiLine textarea
{
	height:100px;
	width:420px;
}
.advice_add_one .formTitleRadioButtonListRadioButtonList{
	color:#666;
	width:70px;
}
.advice_add_one .formValueRadioButtonListRadioButtonList{
	color:#666;
	width:350px;
}
.advice_add_one .formTitleRadioButtonList1RadioButtonList1{
	color:#666;
	width:70px;
}
.advice_add_one .formValueRadioButtonList1RadioButtonList1{
	color:#666;
	width:50px;
}
.advice_add_one .formAddtionalSingleLine{
	color:#ff0000;
	width:150px;
}
.advice_add_one .button
{
	width:85px; margin-left:100px;
	height:24px;
}



/*================================================================*/
/*风格二：竖排模式（从上到下图、标题、摘要）
  advice_add_two
=========================================================
*/

.advice_add_two table
{
	width:100%;
	padding:4px;
	margin:3px;
	font-size:14px;
}

.advice_add_two .title
{
	color:#888;
	width:100px;
}

.advice_add_two table.sex input
{
	width:30px;
}



.advice_add_two .value input
{
	height:22px;
	width:350px;
}
.advice_add_two .value table
{
	width:100px;
}

.advice_add_two .value textarea
{
	height:222px;
	width:350px;
}

.advice_add_two .message
{
	font-weight: bold;
	font-size:14px;
}

.advice_add_two td .button
{
	width:85px;
	height:24px;
}
/*================================================================*/
/*风格三：雷同一（待完善）
  advice_add_three
=========================================================
*/

.advice_add_three table
{
	width:100%;
	padding:4px;
	margin:3px;
	font-size:14px;
}

.advice_add_three .title
{
	color:#888;
	width:100px;
}

.advice_add_three table.sex input
{
	width:30px;
}


.advice_add_three .value input
{
	height:22px;
	width:350px;
}
.advice_add_three .value table
{
	width:100px;
}

.advice_add_three .value textarea
{
	height:222px;
	width:350px;
}

.advice_add_three .message
{
	font-weight: bold;
	font-size:14px;
}

.advice_add_three td .button
{
	width:85px;
	height:24px;
}

/*================================================================*/
/*自定义风格；
  advice_add_yourname
=========================================================
