/*****************************************************************
 * 咨询建议控件风格
 * 名称：CDAddAdviceControl
 ******************************************************************/
/*================================================================*/
/*风格一：传统模式
  advice_add_one
=========================================================
*/

.advice_add_one table
{
	width:100%;
	padding:4px;
	margin:3px;
	font-size:14px;
}

.advice_add_one .title
{
	color:#888;
	width:100px;
}

.advice_add_one table.sex input
{
	width:30px;
}

.advice_add_one .value input
{
	height:22px;
	width:350px;
}
.advice_add_one .value table
{
	width:100px;
}

.advice_add_one .value textarea
{
	height:222px;
	width:350px;
}

.advice_add_one .message
{
	font-weight: bold;
	font-size:14px;
}

.advice_add_one td .button
{
	width:85px;
	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
=========================================================
