

.pageimage {
	float: right;
	padding: 0px 0px 10px 20px;
}

#sessionmessage {
	padding: 10px;
}

.msg_error {
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
}

.msg_confirm {
	border-top: 1px solid #1b4fc5;
	border-bottom: 1px solid #1b4fc5;
	color: #1b4fc5;
}


.border_top {
	border-top: 1px solid #eaeaea;
}

.border_bottom {
	border-bottom: 1px solid #eaeaea;
}

.border_left {
	border-left: 1px solid #eaeaea;
}

.border_right {
	border-right: 1px solid #eaeaea;
}


/* reset CSS and global styles */
body,div,dl,dt,dd,pre,form,fieldset,input,p,blockquote { margin: 0; padding: 0;}
/*
table { border-collapse:collapse; border-spacing:0; }
ol,ul { margin:0.5em 0; margin-left:30px; padding-left:0; }
*/
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }

/* typography */

h1 { color: #1b4fc5; font-size: 18px; font-weight: normal; margin: 0px 0px 10px 0px; }
h2 { color: #01317a; font-size: 14px; font-weight: bold; margin: 0px 0px 6px 0px; }

a { color: #1b4fc5; text-decoration: none; }
p { margin: 0px 0px 10px 0px; }

.fieldLbl {
	text-align: right;
	padding-right: 10px;
}

.formtitle {
	background-color: #eaeaea;
}

#GRIPFooterLogo {
	clear: both;
	margin: 0 auto;
}
