/*******************************************************************************
 *  DocCheck Stylesheet
 *  DC Forms
 *  Markus.Bierau@doccheck.com
 ******************************************************************************/

.spanFormfieldInput{
	width: 320px !important;   /*mod*/
}

.spanFormfieldInputBig{
	width: 530px; /*mod*/
}

span.spanFormfieldText{
	width: 350px;  /*mod*/
}

select.selectStandard{
	width: 318px; /*mod*/
}

input.inputStandard{
	width: 315px; /*mod*/
}

textarea.textAreaBig{
	width: 315px; /*mod*/
}

textarea.textareaBigMessage{
   width: 530px; /*mod*/
}

textarea.textAreaSmall{
	width: 315px; /*mod*/
}

input.loginboxInput{
	width: 315px; /*mod*/
}

textarea.textareaStandard{
	width: 315px; /*mod*/
}

label.labelFormfieldStandard{
    font-size: 11px; 
}

