/* * {
	border: 0;
	margin: 0;
	padding: 0;
} */

table {
	border-collapse: collapse;
}

/* next 2 styles needed for image/colour chooser generated from javascript */

table.chooser           { border: 1px solid black;}
td.clickable            { border: 1px solid black; width: 40px; height: 20px; cursor: pointer; text-align: center;}
td.clickable a { border: 1; }

/* these are new styles for w4p input form: */


p.ui-form {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: .7em;
	margin: 0px 12px 5px 12px;
/*	background-color: #f2f2f2;  */
	color: #000000;
	text-align: left;
}

input.ui, textarea.ui, select.ui {
	color: #000000;
/*	had to modify as euro wasn't showing up on some platforms
	font-family: Courier, Courier New, Andale Mono, monospace; */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	border: 2px solid #019FC4;
	width: 163px;
	margin: 0px 12px 5px 12px;
}

table.ui-image {
	margin-left: 0px;
}

table.ui-color {
	margin-left: 0px;
}

td.ui-color {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
/*	background-color: #f2f2f2; */
	color: #000000;
}

table.ui-rule {
	width: 190px;
	height: 2px;
	background-color: white;
}

#step2, div.buttons, #previewframe {
	width: 566px;
	float: right;
}

#step2 {
	height:50px;
}

#previewframe {
	height: 566px;
}

#jobform {
	width: 190px;
	background-color: #C8EAF6;
	float: left;
}

div.buttons {
	height: 43px;
	background-color: #E1F3FD;
	text-align: center;
}

.reversehighlight {
	background-color: #019FC4;
	color: white !important;
	font-weight: bolder !important;
	padding: 1px;
}

#sessionform {
	display:none;
}

#sessionform input {
	border: 1px solid black;
}
/* end of styles for new input form */


