
body, html{ font-family: 'Open Sans, Arial', sans-serif; color: #373737;
     line-height: 1.5em; margin:0; padding:0; color:#000; background: #e0e0e0
     url(../images/bg.gif) repeat-y 50% 0;

}
#wrap {
 margin:0 auto; background:#ffffff;
}

#main {
background:#ffffff; float:left; width:680px; padding:35px; border: 1px solid
#e3e3e3; border-bottom-color: #cfcfcf; -moz-box-shadow: 0px 2px 4px 0px #ccc;
-webkit-box-shadow: 0px 2px 4px 0px #ccc; box-shadow: 0px 2px 4px 0px #ccc;
margin-top: 10px; }


#mainconference {
background:#ffffff; float:left; width:1024px; padding:10px; border: 1px solid
#e3e3e3; border-bottom-color: #cfcfcf; -moz-box-shadow: 0px 2px 4px 0px #ccc;
-webkit-box-shadow: 0px 2px 4px 0px #ccc; box-shadow: 0px 2px 4px 0px #ccc;
margin-top: 10px; }

#sidebar {
float:right; width:230px; padding:10px; margin-top: 10px; }

#sidebar a{
    text-decoration: none; color: #c00000;
    
}

#contact{
    font-family: 'Arial', sans-serif; font-size: 10px; color: #373737;
    line-height: 1.2em;
}

#date{
    font-size: 10px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif; line-height: 23px; font-size: 18px; color:  #3a3a3a; font-style: italic; font-weight: 500;
}

h3{
    font-family: 'Open Sans', sans-serif; line-height: 38px; font-size: 15px;
}


p, ul, li{
    font-family: 'Arial', sans-serif; font-size: 12px; color: #373737;
}

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

.mail_header{font-family: 'Arial', sans-serif; font-size:  13px;color:  #ffffff;background-color:  #373737;text-align:  right;padding:  10px;}

.logo_header{
    padding: 20px;  background: #e0e0e0
    url(../images/bg.gif) repeat-y 50% 0;
}

.mail_footer{ font-family: 'Arial', sans-serif; font-size:  13px;color:  #ffffff;background-color:  #373737;text-align:  center;padding:  13px; margin-top:  10px;}

.mail_disclosure{font-family: 'Arial', sans-serif; font-size:  10px;color:  #373737;background-color:  #ffffff; text-align:  justify;padding:  13px;line-height: 1.5em;}

.clear{
    clear: both;
}

.submit_btn{
    
        cursor: pointer; border : solid 1px #990505; border-radius : 3px;
        moz-border-radius : 3px; -webkit-box-shadow : 0px 0px 2px
        rgba(0,0,0,1.0); -moz-box-shadow: 0px 0px 2px rgba(0,0,0,1.0);
        box-shadow : 0px 0px 2px rgba(0,0,0,1.0); font-size : 12px; color :
        #ffffff; padding : 1px 17px; background : #c00000; background :
        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c00000),
        color-stop(49%,#8c0202), color-stop(100%,#8c0202)); background :
        -moz-linear-gradient(top, #c00000 0%, #8c0202 49%, #8c0202 100%);
        background : -webkit-linear-gradient(top, #c00000 0%, #8c0202 49%,
        #8c0202 100%); background : -o-linear-gradient(top, #c00000 0%, #8c0202
        49%, #8c0202 100%); background : -ms-linear-gradient(top, #c00000 0%,
        #8c0202 49%, #8c0202 100%); background : linear-gradient(top, #c00000
        0%, #8c0202 49%, #8c0202 100%); filter :
        progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000',
        endColorstr='#8c0202',GradientType=0 );
}


 .mkt {
	color: #373737;
	font-size: 12px;
	font-style: italic;
}


.cname {
	font-weight: bold;
}

a {text-decoration: none; }
		.qmnews_headline {
			font-size: 23px;
			font-weight:bold;
			font-family: 'Arial',sans-serif;
		}
		
		
.signupbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.signupbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.signupbtn:active {
	position:relative;
	top:1px;
}

.qmnews_headline{
line-height: 1.4em;
}

