.clear {
    clear: both;
}

h4 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid gray;
    color: #004483;
    margin-top: 12px;
}
.uvHoverable {

}

fieldset {
	border: 			1px solid #BFBFBF;
	margin-bottom: 		20px;
	padding: 10px 10px 8px;
}
.transparent {

}

.uvTransparent {
    
}

/* master.ie.css */
* html img.uvTransparent
, * html img.transparent {
	filter:						Alpha( opacity=0 );
}

* html #uvMenu a,

* html a.pngAnchor {

	/* Must explicitly set dislpay, and width/height to SOMETHING  (will wrap to image) */
	display: block;
	width: 0;
	height: 0;
	cursor: pointer;
}

.error {
    color: red;
}

.notification {
    text-align: center;
    color: red;
}

.notificationNormal {
    text-align: center;
}
.memberLinks {
    padding-left: 20%;
}

.loginActionRight {
    width: 70%;
    float: right;
    display: inline;
}

* html .loginActionRight {
        clear: both;
}

.loginActionRight input {
    margin-left: 20px;
}

div.loginActionCenter {
    text-align: center;
    width: 100%;
}
legend {
	background-color: 	#EFEFEF;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#99A9AF;
	border: 			1px solid #BFBFBF;
	padding: 			2px 4px 2px 4px;
}
.loginActionLeft {
    width: 30%;
    float: left;
    display: inline;
}

* html .loginActionLeft {
    clear: both;
}
.centerAction {
    width: 50%;
    display: inline;
}
.loginActionLeft input {
    float: right;
    margin-right: 20px;
}
.inputLabel {
    width: 30%;
    float: left;
    text-align: right;
    line-height: 		25px;
}

div.monetary {
    width: 66%;
}
span.monetary {
    padding-left: 2%
}
.inputItem {
    display: inline;
    width: 67%;
    float: right;
    position: relative;
    line-height: 		25px;
}

.preview {
    border: 2px solid #AA0000;
    background-color: #FFEEEE;
    float: left;
    width: 98%;
    text-align: center;
}

* html .preview {
	width: 605px;
}
html>body .preview {
	*width: 605px;
}
    .preview .previewCancel {
        margin-right: 2%;
    }

    .preview .previewSave {
        margin-left: 2%;
    }

    .preview .previewText {
        margin: 10px 0 10px 0;
    }
    
    .preview .previewText div {
    			margin: 10px 0 10px 0;
    }
    
.buttonCenter {
	width: 98%;
	text-align: center;
}

