/* style for window popup used by forms for thank you page */
.window  {
    background-color: #FFFFFF;
    display: none;
    left: 0;
    min-height: 200px;
    padding: 0 0 20px;
    position: absolute;
    top: 0;
    width: 500px;
    z-index: 9999;
}
.window p, .window ul {
    font-size: 11.5px;
    margin: 5px 35px;
}
.window ul {
}
.window h3 {
    clear: both;
    margin: 0 35px 5px;
}
.window form {
    font-size: 11px;
}
#mask {
    background-color: #999999;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}
.closewrap {
    float: right;
    height: 15px;
    margin: 5px 10px 5px 35px !important;
    padding: 0;
    width: 50px;
}
.closewrap span {
    font-size: 11px;
}
.closewrap img {
    border: 0 none;
    padding-top: 5px;
    vertical-align: middle;
}
.closebtn {
    height: 10px;
    margin: 3px;
    width: 15px;
}
.error {
    color: #FF0000 !important;
}
#ty_page {
	color: #333333 !important;
    padding: 0;
    text-align: center;
}
#ty_page .ty_container {
	border: 1px solid #FF6600;
    padding: 100px 0;
}

#ty_page .ty_text {
	font-size: 14px !important;
	font-weight: bold;	
}
