

@font-face {
	font-family: 'Journal';
	}
	
@media screen {

.sigPad {
	margin: 0;
	padding: 0;
	width: 402px;	
	}
	
.sigPad label {
	display: block;
	margin: 0 0 0.515em;
	padding: 0;
	
	color: #000;
	font: italic normal 1em/1.375 Georgia,Times,sans-serif;
	}
	
.sigPad label.error {
	color: #f33;
	}
	
.sigPad input {
	margin: 0;
	padding: 0.2em 0;
	width: 198px;
	
	border: 1px solid #b0879f;
	
	font-size: 1em;
	}
	
.sigPad input.error {
	border-color: #f33;
	}

.sig {
	display: none;
	}
	
.sigNav {
	display: none;
	height: 2.25em;
	margin: 0;
	padding: 0;
	position: relative;

	list-style-type: none;
	}
	
	.sigNav li {
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
		}
		
		.sigNav a,
		.sigNav a:link,
		.sigNav a:visited {
			display: block;
			margin: 0;
			padding: 0 0.6em;
			
			background-color: #fff;
			
			color: #ea088c;
			font-weight: bold;
			line-height: 2.25em;
			text-decoration: underline;
			}
			
		.sigNav a.current,
		.sigNav a.current:link,
		.sigNav a.current:visited {
			background-color: #b0879f;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
			
			color: #fff;
			text-decoration: none;
			}
			
		.sigNav .typeIt a.current,
		.sigNav .typeIt a.current:link,
		.sigNav .typeIt a.current:visited {
			background-color: #eee;
			
			color: #555;
			}
			
		.clearButton
    {       
        font-size: 9pt;
    }
	
.sigWrapper {
	clear: both;
	height: 100px;	
	border: 1px solid #eee;
	}
	
.sigWrapper.current {
	border-color: #b0879f;
	}

.signed .sigWrapper {
	border: 0;
	}

.pad {
	position: relative;
	}
	
	.current .pad {
		cursor:  url(../Images/pen.cur), crosshair;
		}
		}