﻿/* = Reset elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table td{
    padding:0px; /* cellspadding="0" */
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family:Arial, Helvetica, Sans-Serif;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* = Float and align elements */
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }
.a-justify { text-align:justify; }

.f-left { float: left; }
.f-right { float: right; }
.c-both { clear:both; }

/* = Common classes */
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }
.margin-auto{ margin:auto; }
.hidden{ display:none; }
.font-bold{ font-weight:bold; }
.width-auto{width:auto !important;}

/* = Common tags */
body{
    background:#fff url(../images/main-bkg.gif) repeat-x left top;
    font:normal 12px Georgia, Verdana, Arial, Sans-Serif;
    color:#444444;
}
a{
    text-decoration:none;   
    outline:none;
    color:#8f650c;
}
a:hover{
    color:#444;    
    text-decoration:none;
}
p{
    line-height:18px;   
}
h1 span, h2 span{
    display:none;
}

/* = Error and ThankYou messages */
.data_container .ul_message_box {
    background:#FCEBEB url(../images/error.jpg) no-repeat scroll 20px top;
    border:2px solid #ED1C24;
    color:Red;
    font-weight:bold;
    height:auto !important;
    margin:0 0 10px 95px;
    margin-top:10px;
    min-height:45px;
    padding:10px 0 0 95px;
    width:250px;
}
.data_container .ul_message_box li{
    list-style-type:none;
    padding-bottom:5px;
}
.thank-message{
    background:#ECF6FF none repeat scroll 0 0;
    border:2px solid #6BB5E1;
    color:#0376BC;
    font-size:18px;
    height:auto !important;
    line-height:normal;
    margin:50px auto 0;
    min-height:42px;
    text-align:center;
    width:350px;    
}
.thank-message .message{
    padding:20px 0;
    text-align:center;
}

