table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}
.captcha_pic{margin-bottom:14px;}
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);
}
.fancybox-content .m-content .modal-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.fancybox-content .styled-form.m-content .styled-input, 
.fancybox-content .styled-form.m-content textarea, 
.fancybox-content .styled-form.m-content select {
    background-color: #f7f7f7;
    margin-bottom: 14px;
}
.fancybox-content .m-content{
    max-width: 310px;
}
.fancybox-content .m-content {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 2;
    opacity: 1;
    padding: 0;
    /*-webkit-transform: translateY(-60px);
    transform: translateY(-60px);*/
    -webkit-transition: opacity ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
    transition: transform ease-in-out 0.2s, opacity ease-in-out 0.2s;
    transition: transform ease-in-out 0.2s, opacity ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
    border-radius: 2px;
}
.fancybox-content .styled-form.m-content button {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.fancybox-content .styled-form.m-content .info {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
    color: #969696;
}
.fancybox-content .styled-form.m-content .info a {
    font-weight: 300;
    color: #969696;
}