body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}
body{
	color:#555555;
	font-size:12px;
	background: #eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}
h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#main p{
	padding-bottom:8px;
}
.clear{
	clear:both;
}
#main{
	width:800px;	
	margin:60px auto;
}
.container{
	margin-top:20px;
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;	
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}
.err{
	color:red;
}
.success{
	color:#00CC00;
}
a, a:visited {
	color:#005DAA;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
.tutorial-info{
	text-align:center;
	padding:10px;
}
/* Inline Css In page.....*/

.left-main {
}
#inline { display: none;  background: #EBEDF2; }
/* --- The Form --- */
#contact { margin-top: 10px;  }
#inline fieldset {
    border: 1px solid #EEEEEE;
    padding: 20px;
	border-radius: 3px;
}
.Fields
{
margin-top: 10px;	
}
#inline legend {
    border: 1px solid #EEEEEE;
    color: #3399FF;
    margin-bottom: 0 !important;
    padding: 7px 10px;
	font-weight: bold;
	border-radius: 3px;
	font-style: italic;
	font-size:20px;
}
#inline label {
    display: inline-block;
    float: left;
    font-size: 1em;
    height: 26px;
    line-height: 26px;
    width: 130px;
    color:#666666;
    font-size:14px;
    font-weight: bold;
}
#inline input, #inline textarea, #inline select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em "Dosis";
    margin: 5px 0;
    padding: 5px;
    width: 290px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
#inline .button { border-radius: 3px; margin: 5px 20px 10px 155px; background-color: #222222;
    background: none repeat scroll 0 0 #00AA00;
    border: 1px solid #666666;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    float: right;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    margin: 2em 1em 0;
    opacity: 0.7;
    padding: 0.5em;
    transition: opacity 0.5s ease 0s;
    padding: 10px;
    font-size: 15px;
    margin-right: 40px;
     }
#inline input:focus, #inline textarea:focus { border: 1px solid #eee; color: #444; background: #fff; }
#inline .error2 { border: 1px solid #973d3d; background: #f0bebe; color: #a35959; }
#inline .error:focus { border: 1px solid #eee; color: #a35959; } 
#inline .button:hover
 {
  cursor: pointer;
  opacity: 1;
}