/*	-------------------------------------------------------------
	Global declarations
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	form {
		margin: 0 0 20px;
		}
	
	input, label, select, button {
		margin: 0 34px;
		}

        ul.deltypes { margin-bottom: 10px;}
        ul.deltypes li input[type="radio"] {
            margin: 0px 5px 0px 34px;
        }

	label {
		display: block;
		}
		
	.inputBox, select {
		margin-bottom: 20px;
		border: 1px solid #CCCCCC;
		}
		
	.inputBox, select {
		width: 200px;
		}
		
	button {
		font-weight:bold;
		background: url(../../img/static/misc/top-nav-arrow.gif) 0 6px no-repeat;
		border:0;
		text-align:left;
		padding:0 0 0 7px;
                cursor: pointer;
		}
		
	span.mandatory{
		color:#AE001B;
		display:inline;
	}
