
/***************************************************************************
	sfm New Question Form
/**************************************************************************/

#sfmQuestionForm font 
{
	font-size: 13px;
}

/* for style 01 */
#sfmQuestionForm td
{
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	vertical-align: top;
	height: 30px;
}

#sfmQuestionForm td.label
{
	text-align: right;
	padding: 3px 5px 3px 0px;
	width: 100px;
}

/***************************************************************************
	for style 02 
*/
#sfmQuestionForm fieldset
{ 
	padding: 1em; 
	font-size: 12px;
	font-family: sans-serif; 

} 
#sfmQuestionForm label 
{ 
	float:left;
	width:160px; 
	margin-right:5px; 
	text-align:right; 
	font-weight:normal;
	padding-top:3px;
}
label.LabelError 
{ 
	float:left;
	width:160px; 
	margin-right:5px; 
	text-align:right; 
	font-weight:normal;
	color:red;
	padding-top:3px;
}
#sfmQuestionForm div.speciallabel
{ 
	text-align:left;
	width:100%; 
	margin-right:5px; 
	font-style:italic;
	font-weight:bold;
	padding-top:3px;
	font-size: 13px;
	font-family: sans-serif; 
}
#sfmQuestionForm fieldset div
{
	/*
	cause google map to not look correct
	width:auto;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	padding: 3px;
	*/
}
#sfmQuestionForm br
{
	clear: left;
}

#sfmQuestionForm fieldset div table
{
	background-color: #ffffff;
	border: 1px solid #a5acb2;
}



#sfmQuestionForm fieldset div.inuse
{
	width:100%;
	background-color: #fffff1;
	border: solid 1px #dddddd;
}

#sfmQuestionForm fieldset div.inuse1
{
	width:100%;
	background-color: #fffff1;
	border: solid 1px #dddddd;
}

#sfmQuestionForm fieldset input
{
	/*width: 180px;*/
}

#sfmQuestionForm fieldset input.text-xl
{
	width: 360px;
}
#sfmQuestionForm fieldset input.text-l
{
	width: 270px;
}
#sfmQuestionForm fieldset input.text-m
{
	width: 180px;
}
#sfmQuestionForm fieldset input.text-s
{
	width: 90px;
}
#sfmQuestionForm fieldset input.text-xs
{
	width: 50px;
}
#sfmQuestionForm fieldset input.default
{
    width: 180px;
}
#sfmQuestionForm fieldset input.email
{
	width: 240px;
}



#showForm td
{ 
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	vertical-align: top;
	height: 30px;
}

#showForm td.label
{ 
		width:25%; 
		text-align: right;
		font-weight: bold;
		padding-right: 8px;
}


#sfmRequired 
{ 
		width:5px; 
}

div.sfmMap
{
	width:450px;
	height: 360px;
	margin-left:170px;
}

div.sfmFieldSpacer
{
	height:5px;
}

div.sfmImageGPSFile
{
	margin-left:170px;
}

div.sfmImageGPSAddress
{
	margin-left:170px;
}

