/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
border-color: #6b6b6b;
background-color: #898989;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 12px;
line-height: 1.4em;
}

body {
margin: 0px;
padding: 0px;
background-image: url("images/asach_me_header.jpg");
background-repeat : no-repeat;
background-position: top center;
background-color: #414141;
}

.fix-table {
width: 915px;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

.pad {
padding-top: 45px;
padding-right: 0;
}

br {
line-height: 0.6em;
}

/* images */

.line {
background-image: url("images/asach_me_line.jpg");
background-repeat : repeat-y;
background-position: center center;
}

/* links */

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #6b6b6b;
}

/* borders */

/* text */

.white-txt {
color: #fff;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}