#right {float:right; width:250px; padding-top:30px;}
#right h1 {color: #000; font-size: 16px; font-weight: bold; padding-bottom: 10px;}
#right h2 {color: #002157; font-size: 14px; font-weight: bold;}
#right p {padding:0 20px 10px 0; font-size: 13px; line-height: 16px;}

body.signupform div.content {
	width: 790px;
}

body.signupform div.content div.left {
	width: 430px;
	float: left;
}

body.signupform div.content div.right {
	width: 325px;
	float: right;
}

body.signupform div.content div.right h2, body.signupform div.content div.right p {
	font-size: 11px;
}

body.signupform div.error {
	border: 5px solid red;
	background-color: #fcecec;
	padding: 10px;
	margin: 0 0 25px 0;
	font-size: 12px;
}

body.signupform div.error h1 {
	color: red;
}

body.signupform div.error p {
	margin: 0;
}

fieldset {
	border: 0;
	border-top: 1px solid #ccc;
	background-color: #f1f5fa;
	padding: 15px;
	font-family: verdana;
	margin: 0 0 25px 0;
}

fieldset legend {
	padding: 0 5px 0 5px;
	font-size: 14px;
	font-weight: bold;
}

fieldset.final {
	border: 5px solid green;
	background-color: #e8fcea;
}

fieldset.final legend {
	color: green;
	padding: 0 5px;
}

fieldset p.error {color:red; padding:0 0 0 5px; font-weight: bold; font-size:10px;}

body.signupform p.error {
	color: red;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
}

body.signupform p.info {
	color: green;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
}

fieldset img {
	margin: 0 5px 5px 0;
}

fieldset p {
	margin-bottom: 10px;
}

fieldset input.field {
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	width: 250px;
	margin: 0 0 3px 5px;
}

fieldset textarea {
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	width: 350px;
	margin: 0 0 3px 5px;
}

fieldset select {
	font-size: 13px;
	padding: 3px;
	margin: 0 0 3px 4px;
}

fieldset input.short {
	width: 125px;
}

fieldset input.normal {
	width: auto;
}

fieldset table th {
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
	vertical-align:middle;
}

fieldset table td {
	padding: 0 0 5px 0;
	font-size: 11px;
}

fieldset small {
	font-size: 10px;
	color: #454545;
	line-height: 1.3em;
	padding-left:5px;
}

body.signupform table.pricing {
	margin-bottom: 20px;
}

body.signupform table.pricing tr.shaded td {
	background-color: #ffc;
}

body.signupform table.pricing th {
	font-size: 9px;
	border-bottom: 2px solid #666;
	border-top: 2px solid #666;
	padding: 4px;
}

body.signupform table.pricing td {
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	border-right: 1px dotted #ccc;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

body.signupform table.pricing td.level {
	border-right: 2px solid #999;
	text-align: right;
}

div#processesing_order {
	font-size: 12px;
	font-weight: bold;
}

div#open_id_completion {
	border: 1px solid #333;
	padding: 10px;
}

div#open_id_completion h3 {
	margin-bottom: 10px;
}

.busy {
  background: url(/images/spinner.gif) no-repeat center left;
  min-height: 10px;
}

.busy * {
  visibility: hidden;
}



