	.darkblue {
        color:#52815c;
    }
    .bold {
		font-weight:bold;
	}
	.floatLeft {
		float:left;
	}
	.floatRight {
		float:right;
	}
    .underlined {
		text-decoration:underline;
	}
	.inline {
		display:inline;
	}
	.fourteen {
		font-size:14px;
	}
	.black {
		color:#000;
	}
	.cursorPointer, .close {
		cursor:pointer;
	}
	.yellowText {
		color:#F1A725;
	}
    .redText {
        color:red;
    }
	.required {
		vertical-align:super;
		color:#9a1c1f;
	}
	.successful {
		color:#060;
	}
	.singleLineFormField {
		margin:5px;
	}
	.fieldMedium {
		width:120px;
	}
	.fieldLong {
		width:190px;
	}
	.upper {
		text-transform:uppercase;
	}
	.noBorder {
		border:0px;
	}
	.topLayer {
		z-index:5000;
		position:relative;
	}
	.bottomBorder {
		border-bottom:1px solid #DFDFDF;
	}
	.topBorder {
		border-top:1px solid #DFDFDF;
	}
	select {
		border:1px solid #7499CD;
		background:#ededed;
		color:#666;
		font-size:11px;
	}
	/*
	input[type=checkbox] {
		border:1px solid #7499CD;
	}
	*/
	fieldset {
		border:0px;
	}
	.textCentered {
		text-align:center;
	}
	.lastElement {
		padding-right:0px;
		margin-right:0px;
	}
	.ten {
		font-size:10px;
	}
	.clearLeft {
		clear:left;
	}
	.clearRight {
		clear:right;
	}
	.alignBotton {
		vertical-align:bottom;
	}
	.strike {
		text-decoration:line-through;
	}
	.padLeft {
		padding-left:10px;
	}

