/**************************************************************************************
Forms General
***************************************************************************************/

input.text {
	border:1px solid #b9b9b9;
	height:17px;
	float:left;
	}
	
select {
	border:1px solid #b9b9b9;
	font-size:13px;
	height:20px;
	float:left;
	}

.contentInside fieldset {
	/*background-color:Aqua;*/
	padding:15px 0 0 12px;
	margin:0;
	}
	
.contentInside fieldset label {
	margin-bottom:2px;
	display:block;
	}

.contentInside fieldset .formBoxWide {
	/*background-color:yellow;*/
	height:50px;
	width:564px;
	clear:both;
	}
		
.contentInside fieldset .formBoxImage {
	/*background-color:green;*/
    clear:both;
    margin-bottom:10px;
	}
	
.contentInside fieldset .formBox {
	/*background-color:green;*/
	height:50px;
	width:282px;
	float:left;
	}

.contentInside fieldset .formBox.long {
	height:50px;
	width:100%;
	float:left;
	}
	
.contentInside fieldset .formBoxTextarea {
	width:564px;
	clear:both;
	}
	
.contentInside fieldset .fieldBox {
	/*background-color:lightgreen;*/
	padding-bottom:13px;
	float:left;
	}
	
.contentInside fieldset .fieldBox.note {
	padding-top:20px;
	}
	
.contentInside fieldset .formBox input.date{
	width:242px;
	margin-right:5px;
	}

.contentInside fieldset input.xlarge {
	width:548px;
	margin-right:10px;
	}

.contentInside fieldset .formBox input.large {
	width:267px;
	margin-right:10px;
	}
	
.contentInside fieldset .formBox input.medium {
	width:192px;
	margin-right:10px;
	}
	
.contentInside fieldset .formBox input.small {
	width:126px;
	margin-right:10px;
	}
	
.contentInside fieldset .formBox input.xsmall {
	width:60px;
	margin-right:10px;
	}
	
.contentInside fieldset .formBox select.large {
	width:270px;
	margin-right:10px;
	}

.contentInside fieldset .formBox select.xsmall {
	width:60px;
	margin-right:10px;
	}
	
.contentInside fieldset .formBox select.small {
	width:126px;
	margin-right:10px;
	}
	
.contentInside textarea {
	border:1px solid #b9b9b9;
	width:549px;
	margin:0 0 15px 0;
	overflow:hidden;
	}
	

a.calendar {
	background:url("../gfx/Graphics_Png8.png") -156px -455px no-repeat;
	width:18px;
	height:17px;
	float:left;
	}
	

