@charset "utf-8";

/*****************************
CSS Document 
* Please keep the name of the style to display ads as it is.

@package MyAdManger
******************************/

/* STYLES TO DISPLAY ADS START - Please donot edit the name*/

/* All the ads come under this div style */
.myadmanager_groupads { 
	padding:0px; 
	margin:0px;
}

/* If you want to define margin for each ad, goto the MyADManger Admin Panel to define margins */

/* STYLES TO DISPLAY ADS ENDS*/

/* STYLES FOR THE FORMS START */
#buyform { 
padding:0;
width:100%;
text-align:left; 
margin:0 auto; 
}

#buyform label { float: left; display: block;  width: 150px;  padding: 3px;  margin:3px; font-weight:700;}

#buyform p {
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
font-size: 100%;
}

#buyform div,#buyform input,#buyform select {
width:95%;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 4px;
margin: 5px 0;
}

#buyform .submit input {
    font-size: 120%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 160%;
    text-align: center;
	padding: 3px 5px;
	width:50%;
    padding: 5px 5px 8px;
    background-color: #B59196;
    border: 1px dotted #89223a;
    color: #F9F8F5;
	cursor: default;
	text-decoration: none;	
	margin-top: 20px;
}
#buyform .submit input:hover {
    padding: 5px 5px 8px;
    background-color: #89223a;
    border: 1px dotted #89223a;
}

/* STYLES FOR THE FORMS END */
