@import "http://fonts.googleapis.com/css?family=Droid+Serif";
/* Above line is used for online google font */
h2 {
text-align:center;
font-size:24px
}
hr {
margin-bottom:30px
}
p {
color:#000;
font-size:16px;
font-weight:700
}
#button {
border:1px solid #0c799e;
width:250px;
padding:10px;
font-size:16px;
font-weight:700;
color:#fff;
 border-radius:3px;
 background:linear-gradient(to bottom,#59d0f8 5%,#49c0e8 100%);
cursor:pointer
}
#button:hover {
  background:linear-gradient(to bottom,#49c0e8 5%,#59d0f8 100%)
}
input[type=text] {
	margin-top:0px;
	margin-bottom:8px;
	width:100%;
	border-radius:5px;
	border:1;
	padding:0px 0
}
#name,#email {
 padding-left:10px
}

input[type=submit] {
	width:30%;
	border:1px solid #59b4d4;
	background:#0078a3;
	color:#eee;
	padding:3px 0;
	border-radius:5px;
	cursor:pointer
}

input[type=submit]:hover {
 	border:1px solid #666;
    background : #CCCAAA;
 	color:#fff
}
.ui-dialog .ui-dialog-content {
  padding:2em
}
div.container {
	width:960px;
	height:610px;
	margin:50px auto;
	font-family:'Droid Serif',serif;
	position:relative
}
div.main {
	width:320px;
	margin-top:35px;
	float:left;
	padding:10px 55px 25px;
	background-color:rgba(204,204,191,0.51);
	border:15px solid #fff;
	box-shadow:0 0 15px;
	border-radius:5px;
	font-size:13px;
    text-align :center
}

div.main1 {
	width:320px;
	float:left;
	padding:1px 1px 1px;
	background-color:rgba(214,214,191,0.51);
	border:15px solid #fff;
	box-shadow:0 0 15px;
	border-radius:5px;
	font-size:13px;
    text-align :left
}