table.form-table{
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
table.form-table th,
table.form-table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}
table.form-table th {
  font-weight: bold;
}
table.form-table th p{
	line-height: 18px;
    margin: 0 0 9px;
}
table.form-table tbody:first-child tr:first-child td {
  border-top: 0;
}
table.form-table tbody tr:hover td, table.form-table tbody tr:hover th {
  background-color: #f5f5f5;
}
table.form-table  td.form-capthca {text-align: left;}
table.form-table .inputtext {
    display: block;
    width: 250px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
table.form-table .inputtext:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
table.form-table .inputtext::-moz-placeholder {
    color: #999;
    opacity: 1;
}
table.form-table .inputtext:-ms-input-placeholder {
    color: #999;
}
table.form-table .inputtext::-webkit-input-placeholder {
    color: #999;
}
table.form-table .inputtext::-ms-expand {
    background-color: transparent;
    border: 0;
}
/*
table.form-table th, table.form-table td

{

	border:1px solid #ADC3D5;

	padding: 5px 5px;

	vertical-align:top;

}



table.form-table th

{

	background-image:url(images/table_head.gif);

	background-repeat:repeat-x;

	text-align: left;

	color:#25639A;

}





table.form-table td

{

	padding: 15px 5px;

}

*/

.form-required 

{

	color: red;

}



.error-fld {

	display: block;

	float: left;

	height: 13px;

	width: 15px;

	background-repeat: no-repeat;

	background-image: url(images/icon_warn.gif);

}
.silver-block{
	border: 1px solid #DCDFE2;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
	-moz-box-shadow: 0 0 0 1px #FFFFFF inset;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	background: #FDFDFD;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDFDFD), to(#F1F2F4));
	background: -webkit-linear-gradient(#FDFDFD, #F1F2F4);
	background: -moz-linear-gradient(#FDFDFD, #F1F2F4);
	background: -ms-linear-gradient(#FDFDFD, #F1F2F4);
	background: -o-linear-gradient(#FDFDFD, #F1F2F4);
	background: linear-gradient(#FDFDFD, #F1F2F4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F1F2F4', GradientType=0);
}
.rightColumn{
	font-size:0%;
}