@import "main.css";

#question li {
	margin-bottom: 15px;}

#questions {
	width: 540px;}

#questions label {
	color: #2FA2A2;
	border: 1px solid #c0c0c0;}

#questions label,#questions input,#questions select {
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 2px;}

#questions .noborder {
	border: 0;}

.spanotes {
	margin-top: 3px;
	font-size: 85%;
	color: rgb(140,140,140);}

.pcalculate {
	text-align: right;}

.pcalculate input, #preminder input {
  width: 140px;
  background: #5E8EE8;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #2C61DC;
  border-bottom: 1px solid #2C61DC;
  color: #fff;
  font-size: 110%;
  cursor: pointer;}

.pcalculate input:hover, #preminder input:hover {
  border-top: 1px solid #2C61DC;
  border-left: 1px solid #2C61DC;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;}

#preminder input {
	width: 220px;}

.service {
	font-size: 85%;
	margin-left: 10px;}

.testresult {
	margin-left: 10px;
	color: #f00;}

.divForm {
	width: 260px;
	margin: 20px auto;
	border: 1px solid #D7D7D7;
	background: #eee;
	padding: 0 20px 10px 20px;}

.frmRegister {
	text-align: right;}

.frmRegister .i1 {
	margin-left: 3px;
	width: 200px;}

.frmRegister .i2 {
	margin-left: 3px;
	width: 150px;}

.frmRegister .tleft {
	text-align: left;}

p .spleft {
	float: left;}

p .year {
	width: 50px;}