﻿.form
{
	border: dashed 1px #b7ddf2;
	background: #fff;
	padding: 10px;
	font-size: 11px;
}

.form table
{
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.form tr
{
	border-top: solid 1px #EFEFEF;
	border-bottom: none;
	border-right: none;
	border-left: none; 
}

.form tr:hover
{
	background-color: #f9f9f9;
	border: solid 1px #ccc;
}

.form thead th,
.form td
{
	padding: 10px;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

td.label
{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.form thead tr,
.form thead tr:hover
{
	background-color: #b7ddf2;
	color: #fff;
	font-weight: bold;
}

.form .notice,
.form .notice td
{
	border-top: solid 1px #fff;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

.form .notice label
{
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 20px 0 0;
}

input,
select,
textarea
{
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 0 5px 5px 0;
}

.button
{
	cursor: pointer;
	border: none;
	width: 125px;
	height: 31px;
	background: #666666 url(images/form/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin: 0 5px 5px 0;
	padding: 0;
}

