
.vcard .vcard-details 											{ font-size:1.2em; }

.vcard .vcard-details .adr,
.vcard .vcard-details address 									{ font-style:normal; }

.form .form-textbox input, .form .form-textbox textarea 		{ width:85%; }

.vcard .vcard-details .vcard-title 								{ font-style:normal; color:#a81e23; }

.form .form-row .form-field-error .textbox,
.form .form-row .form-field-error textarea,
.form .styledd.form-field-error 					{ border:1px solid #A81E23 !important;}

/** RESPONSIVE **/
@media screen and (max-width:450px){
	.form .form-textbox input, .form .form-textbox textarea 		{ width:98%; }
}