* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.form_wrapper {
	max-width:550px;
	clear:both;
	position:relative;
	margin:20px 0;margin-right:10px;padding:10px;
	border-radius: 5px;-webkit-border-radius: 5px;border:1px solid #bbb; -webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);
    background-image: -moz-linear-gradient(top, rgba(245, 245, 245, .95), rgba(245, 245, 245, .4));
    background-image: -ms-linear-gradient(top, rgba(245, 245, 245, .95), rgba(245, 245, 245, .4));
    background-image: -webkit-linear-gradient(top, rgba(245, 245, 245, .95), rgba(245, 245, 245, .4));
    background-image: -o-linear-gradient(top, rgba(245, 245, 245, .95), rgba(245, 245, 245, .4));
    background-image: linear-gradient(top, rgba(245, 245, 245, .95), rgba(245, 245, 245, .4));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(245, 245, 245, .95)', endColorstr='rgba(245, 245, 245 .4)', GradientType=1);
	}

.Sub_Section_header{font:22px 'open_sanssemibold';color:#615a6c}
.button_reset_wrapper{display:inline-block;width:100%}
.brw_left{float:left;width:140px;display:inline}
.brw_right{width:80px;font:14px 'OpenSansRegular';padding-top:10px;text-align:right;float:right;display:inline}
.link_style{font:15px 'OpenSansRegular';padding-top:10px;float:right}

.subpage_form {
	text-shadow:0 1px 0 #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:10px 15px;
}

.subpage_form input[type="text"],
.subpage_form input[type="password"],
.subpage_form input[type="email"],
.subpage_form select,
.subpage_form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #bbb;
	background:#FFF;
	margin:0 0 5px;
	padding:3px;
	border-radius:5px;    
	vertical-align: middle;
	font: 13px 'OpenSansRegular';
}

.subpage_form textarea {
	height:150px;
	max-width:100%;
}

.subpage_form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#124191;
	color:#FFF;
	border-radius:5px;	line-height:28px;height:28px;vertical-align:top;
	font:17px 'BKoodakBold';
	max-width:80px;
}

.subpage_form button[type="submit"]:hover {
	background:#5777ae;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
.subpage_form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);

}
.subpage_form input:focus,
.subpage_form select:focus,
.subpage_form textarea:focus {
	outline:0;
	border:1px solid #999;
}

.subpage_form input[type="checkbox"]{
    padding: 0;
    margin:0;
    *overflow: hidden;
	}

span.mandatory:after{content:'*';color:#125db9;padding-right:2px;font:13px tahoma;}


::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}





