@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 */
.groupads { 
	padding:0px; 
	margin:0px;
     
}

.myadmanager_ads{
        border:3px solid #191919;
}


/* 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:10px;
width:90%;
text-align:left; 
background-color:#000; 
margin:0 auto; 
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#buyform label { float: left;display: block;  width: 150px;  padding: 3px;  margin:3px;font-weight:700;}

#buyform p {
 font-family:Calibri;
 font-size:18px;
}
#buyform div,#buyform input,#buyform select {
width:95%;
font-family:Calibri,Verdana;
font-size:1.2em;
padding:1px;
font-weight:200;
margin:5px;
}

#buyform .submit input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 4px 4px;
	width:150px;
        height:28px;
	border: none;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;	
	margin-top: 20px;
        margin-right:50px;
        background-image:none;
	background-color: #191919 !important;
	color: #eee;
	border-color: #eee;
}
#buyform .submit input:hover {
	border-color: #999;
	color: #999;
}

/* STYLES FOR THE FORMS END */
