/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2011 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* FORMS ----------------------------------------------------------------------- */
input.mailform-submit {
    margin: 0 0 10px 0;
}
input,
textarea,
select {
	margin: 0 0 5px 0;
	border: none;
}
input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
	border: none;
}
div.management input:hover,
div.management textarea:hover,
div.management select:hover,
div.management input:focus,
div.management textarea:focus,
div.management select:focus { 
	border: 1px solid #000;
}
.management label {
    width: 180px;
}