body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}
label {
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	width: 100px;
}
.content {
	width: 220px; margin: 0 auto; border: 1px dotted gray; padding: 20px; border-radius: 5px;
}
.wPlan {
	width: 100%; margin-bottom: 5px;
}
.buttons {
	width: 100%; 
	margin-top: 25px;
}
.field {
	width: 210px;
	height: 25px;
	margin: 2px 6px 3px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 0 0 #fff;
	font-size: 13px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 6px;
	font-family: Arial, sans-serif;
	 
}
.field:hover {
	background-color:#fff;
	border:1px solid #0d76bd;
}

.button { 		
	font-family:Arial,Helvetica,sans-serif;
	background: #0d76bd none repeat scroll 0 0;
	border: 1px solid #0d76bd;
	border-radius: 5px;
	font-size: 12px;
	font-weight:700;
	color: #fff;
	width: 220px;
	cursor: pointer;
	line-height: 18px;
	padding: 5px 15px;
	text-align: center;
	display:inline-block;
	vertical-align:middle;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}

.button:hover {
	background-image:-webkit-linear-gradient(top,#415b71,#415b71 50%,#2d4a65 0,#2d4a65);
	background-image:linear-gradient(180deg,#415b71 0,#415b71 50%,#2d4a65 0,#2d4a65);
	border:1px solid #1f313d;
	box-shadow:0 1px 5px rgba(0,0,0,.6);
}
.alert-red {
	color: red;
	text-align: center;
	width: 320px;
	margin: 0 auto 20px;
}

