html, body, h1, form, fieldset, legend, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	color: #111111;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px;
}
.title
{
font-size: 16pt;
}
.title1
{
font-size: 12pt;
}

form#payment {
	background: #9cbc2c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 400px;
 }
form#payment fieldset {
	border: none;
	margin-bottom: 10px;
}
form#payment fieldset:last-of-type {
	margin-bottom: 0;
}
form#payment legend {
	color: #384313;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #c0d576;
}
form#payment > fieldset > legend:before {
	counter-increment: fieldsets;
}
form#payment fieldset fieldset legend {
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}
form#payment ol li {
	background: #b9cf6a;
	background: rgba(255,255,255,.3);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form#payment ol ol li {
	background: none;
	border: none;
	float: right;
}
form#payment label {
	float: right;
	font-size: 14px;
	width: 110px;
    text-align: right;
}
form#payment fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
 }


form#payment fieldset fieldset label:hover {
	cursor: pointer;
}

form#payment input:not([type=radio]),
form#payment textarea {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 200px;
}
form#payment input:not([type=submit]):focus,
form#payment textarea:focus {
	background: #eaeaea;
}
form#payment input[type=radio] {
	float: left;
	margin-right: 5px;
}
form#payment input[type=submit] {
	background: #384313;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
}
form#payment input[type=submit]:hover {
	background: #1e2506;
	cursor: pointer;
}
select {
         background: #ffffff;
         border: 1px solid #DDDDDD;
         font-family: Georgia, "Times New Roman", Times, serif;
         padding:3px;
         border-spacing:3px;
         margin-left:0px;
         margin-right:auto;
        width: 200px;
    }
        select:focus {
           outline: none;
           border: 1px solid rgba(81, 203, 238, 1);
           font-family: Georgia, "Times New Roman", Times, serif;
        }

        select:hover {
            border: 1px solid rgba(81, 203, 238, 1);
            font-family: Georgia, "Times New Roman", Times, serif;
        }

        select:focus:hover {
background: #eaeaea;
           outline: none;
           border: 1px solid rgba(81, 203, 238, 1);
           font-family: Georgia, "Times New Roman", Times, serif;
        }
        
        
.cdser
{
    position: fixed;
    left: 10px;
    bottom: 350px;
    width: 150px;
    height: 150px;
    background: none repeat scroll 0% 0% #ffffff;
    padding: 5px;
    text-align: right;
    border: 1px solid #000;
    border-radius: 5px;
    z-index: 1001;
    transition-delay: 0.5s;
}

.cdser2
{
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 150px;
    height: 150px;
    background: none repeat scroll 0% 0% #ffffff;
    padding: 5px;
    text-align: right;
    border: 1px solid #000;
    border-radius: 5px;
    z-index: 1001;
    transition-delay: 0.5s;
}
.beh
{
    position: fixed;
    left: 10px;
    bottom: 180px;
    width: 150px;
    height: 150px;
    background: none repeat scroll 0% 0% #ffffff;
    padding: 5px;
    text-align: right;
    border: 1px solid #000;
    border-radius: 5px;
    z-index: 1001;
    transition-delay: 0.5s;
}
.enamad {
position:fixed;
left:10px;
bottom:10px;
width:150px;
height:150px;
overflow:hidden;
background:#ffffff;
padding:5px;
text-align:right;
border:1px solid #000;
border-radius:5px;
z-index:1000;
    transition-delay:.5s;
    -moz-transition-delay:.5s;
    -webkit-transition-delay:.5s;
    -o-transition-delay:.5s
}
    .enamad iframe {
        float: right;
    }
            .enamad {
        font: 12px "Tahoma";
        text-align: justify;
        }