/* ___________________________________________________________________________________________________________ */
/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */

/*
	_________________________________________
	
	     © by MySign AG - www.mysign.ch    
		 
	°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
*/

/* ################################################################# */
/* --- VORLAGE-MAIN ---  */
/* ################################################################# */
	
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* --- VORLAGE-SUB ab 5 Definitionen  ---*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ___________________________________________________________________________________________________________ */
/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */

body, html, .skyWindowForm
{
	background: none;
	background-color: #FFFFFF;
}

body, html
{
	width: 400px;
	height: 400px;
}

html
{
	overflow: auto;
}

.skyWindowForm
{
	width: 374px;
}

.skyWindowForm .validation-advice 
{
	margin-left: 0;
}

.skyWindowForm input.text
{
	width: 370px;
	clear: both;
	display: block;
}

.skyWindowForm select
{
	width: 375px;
	clear: both;
	display: block;
}

.skyWindowForm .required
{
	padding-left: 0;
}

.skyWindowForm .button
{
	clear: both;
}
	
s.skyWindowForm form fieldset div.formRow
{
	clear: both;
	/* Hack für IE6 - Height = line-height */
	height: auto!important;
	height: 42px;
	margin: 0 0 10px 0;
}

.skyWindowForm label,
.skyWindowForm .locationLabel
{
	width: 370px;
	margin: 0;
	float: none;
	display: block;
	clear: both;
}
