@charset "utf-8";

/* CSS Document */

.form_deal {
    width: 348px;
    height: 440px;
    border-radius: 15px;
    background: url(images/bg_event_form.jpg) no-repeat top center;
    border: 1px solid #ccc;
    text-align: center;
    margin: 40px auto;
    padding: 110px 20px 0px;
    direction: rtl;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFF !important;
    /*position:absolute;
		left:40%;
		top:20%;*/
}

.text {
    width: 318px;
    height: 380px;
    border-radius: 15px;
    border: 1px solid #ccc;
    text-align: center;
    margin: auto;
    padding: 15px;
    direction: rtl;
    background: #fff;
    background: url(images/bg_text.png);
}

.top_title {
    font-size: 20px;
    font-weight: bold;
}

.sub_title {
    font-size: 14px;
    font-weight: normal;
}

.text input {
    background: none repeat scroll 0 0 #EDEAEA;
    border: 1px solid #999999;
    border-radius: 15px 15px 15px 15px;
    height: 25px;
    padding: 2px 15px;
    width: 230px;
}

.text table {
    padding: 0px;
    margin: 0px;
}

.text form {
    padding: 20px 0px 0px;
    margin: 0px;
}

.text td {
    color: #c11c8d;
    font-size: 16px;
    padding: 3px 0px 3px 10px;
    text-align: right;
}

#button {
    background: none repeat scroll 0 0 #C11C8D;
    border: none;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    float: left;
    font-family: arial;
    font-size: 19px;
    font-weight: bold;
    margin-top: 15px;
    padding: 13px 30px;
    text-align: center;
    width: 170px;
    -moz-box-shadow: inset 0 0 10px #333;
    -webkit-box-shadow: inset 0 0 10px #333;
    box-shadow: inset 0 0 10px #333;
    cursor: pointer;
    height: 50px;
}


/*#close {
		border: 0 none;
		cursor: pointer;
		height:33px;
		position: absolute;
		right: -15px;
		top: -15px;
		width:33px;
		z-index: 999;
    }*/

#close {
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 33px;
    margin: -130px -24px 0 0;
    width: 33px;
}