@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:10px;
width:90%;
text-align:left; 
background-color:#edf6fe; 
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: 3px 5px;
	width:40%;
	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;
	background-color: #cee1ef !important;
	color: #246;
	border-color: #80b5d0;
}
#buyform .submit input:hover {
	border-color: #3e86ab;
	color: #1f6b92;
}

/* STYLES FOR THE FORMS END */