* {
	padding:0;
	margin:0;
}
html, body {
}
:-moz-any-link:focus { outline: none; }

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#F1F1F1;
}

a img {
	border:none;
}
a {
	text-decoration:none;
}

div#workflowFormWrapper {
	margin:0;
	width:355px;
}


.userform {
    margin: 0 auto;
    width: 300px;
}
.userform label.error,
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color:#EB7400;
	font-style: italic;
	background:none;
	text-align:left;
	line-height:15px;
	width:210px;
	margin:2px 0 0 10px;
	font-size:11px;
	float:right;
	margin:0;
}

.userform input {
	float:right;
}
.userform input#Privacy1 {
	float:left;
}
.userform span {
	width:250px;
}
.userform textarea {
	border:solid 1px #ccc;
	padding:7px 5px;
	background:#fff;
	float:right;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-size:11px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.userform textarea:focus {
	border:solid 1px #ebc77e;
	padding:7px 5px;
	background: #f8f3c7;
	-webkit-transition:background .2s ease-in;
   -moz-transition:background .2s ease-in;
   -o-transition:background .2s ease-in;
   transition:background .2s ease-in;
}

.userform label {
    color: #666666;
    float: left;
    font-style: italic;
    width: 60px;
}

div#workflowFormWrapper {
   padding: 0px;
}

#error {
    color: #FF0000;
    font-weight: bold;
	line-height: 14px;
    margin-top: 20px;
}
.success {
    color: #00AA00;
    font-weight: bold;
	line-height: 12px;
    margin: 20px;
	padding:20px;
}