#aw_popup_wraper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000;
}

#aw_popup_window {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    background: #F5F2E9;
    top: 0px;
    left: 0px;
    border: solid 3px #704B6F;
    border-radius: 6px;
    padding: 10px;
}
#aw_popup_header {
	margin-bottom: 30px;	
}

#aw_popup_title {
	font-family: 'Artifika', serif;
	font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
	color: #704B6F;
	text-transform: uppercase;
}

#aw_popup_close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
    cursor: pointer;
}
#aw_popup_window form input.submit, #aw_popup_window input[type="submit"] {
    background-color: #704B6F;
    border: 1px solid #704B6F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #704B6F inset;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
	font-family: 'Artifika', serif;
	font-size: 14px;
    height: 26px;
    position: relative;
	text-transform: uppercase;
    width: 33% !important;
}
#aw_popup_window input.submit:hover, #aw_popup_window input[type="submit"]:hover {
    background-color: #704B6F;
    box-shadow: 0 1px 0 0 #704B6F inset;
}
#aw_popup_window form {
    margin: 10px 0 0;
}
#aw_popup_window input {
    border: 1px solid #704B6F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px 1px #704B6F inset;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    width: 60%;
}
#aw_popup_window input.error {
    background-color: #ECA8A8;
    border-color: #FF4318;
}
#aw_popup_window ul {
    margin: 14px 0 9px;
    padding: 0;
}
#aw_popup_window ul li {
    background: url("../images/scroll-bullet.png") no-repeat scroll 0 5px transparent;
    line-height: 17px;
    list-style: none outside none;
    padding: 0 0 0 20px;