﻿@charset "UTF-8";

/*------------------------------------------------------------------ 
[Formhandler Stylesheet for VD.ch]

Project:        VD09
Version:        0.1 
Last change:    2012.03.09
Assigned to:
Primary use:    formhandler
Comments:       Based on cmxform ul ol li technique

- Add dl dt dd technique for label -> value
-

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
NOT FOR form but for submitted ok .Tx-Formhandler
-------------------------------------------------------------------*/

/* to correct in the main css */
.txfh_submittedok ul,
.txfh_submittedok ol,
.txfh_submittedok dl {
	overflow: 	visible;
	list-style: none;
	list-style-image: none;
}

.txfh_submittedok li {
	list-style-image: none;
}

.clearboth{

	clear:both;
	font-size: 1px;
}

.Tx-Formhandler .txfh_submittedok-message-top{
	padding-bottom: 15px;
}
.Tx-Formhandler .txfh_submittedok-message-back{
	padding-bottom: 20px;
}


.Tx-Formhandler .txfh_submittedok-title{
	padding: 20px 0 2px;
	font-size: larger;
	font-weight: bold;
}


.Tx-Formhandler .txfh_submittedok div.txfh_wrapper{
	border-bottom: thin solid lightgray;
	padding: 1px 0px;
}


.Tx-Formhandler .txfh_submittedok .txfh_label{
	float: left;
	width: 35%;
	padding-bottom: 4px;

}

.Tx-Formhandler .txfh_submittedok .txfh_value{
	clear: right;
	margin-left: 36%;
}






