﻿/* Below line is write to use Google font online */
@import "http://fonts.googleapis.com/css?family=Ubuntu";
div#main{
color:#666;
width:50%;
height:620px;
margin:auto;
/*margin-left:20%;*/
font-family:'Ubuntu',sans-serif
}
div#form_sample{
text-align:center;
border:1px solid #ccc;
width:50%;
padding: 0 50px 15px 50px;
margin:auto;
margin-top:10px;
margin-left:18%;
box-shadow:0 0 15px;
border-radius:6px;
float:left;
background-color:white;
}
#main h1{
margin-top:40px
}
hr3{
margin-bottom:-5px
}
label{
float:left;
font-size:18px
}
input[type=text]{
width:100%;
margin-top:10px;
height:40px;
margin-bottom:25px;
border-radius:16px;
padding:10px;
border:3px solid #2BC1F2;
border-color:#355C84;
}
textarea{
width:100%;
border:3px solid #2BC1F2;
padding:10px;
margin-bottom:25px;
border-radius:16px;
margin-top:10px;
height:100px;
resize:none;
border-color:#355C84;
}
input[type=submit]{
width:100%;
padding:10px 45px;
background-color:#355C84;
border:none;
border-radius:16px;
color:#fff;
font-size:18px;
font-weight:700;
cursor:pointer;
font-family:'Ubuntu',sans-serif
}
/* -------------------------------------
CSS for Sidebar (optional)
---------------------------------------- */
div#fugo{
float:right
}