body {padding:0 0 20px;background: #FFFFFF;color:#444444;font:11px arial,tahoma,verdana,sans-serif;margin:0 auto; width:765px !important; line-height: normal !important;}

input { font-size: 11px;}

h1 {
	font-size: 21px;
	color: #0C9ED9;
	border: none !important;
	margin-bottom: 10px;
	font-weight: normal;
}

.input-blue {
	padding: 5px;
	width: 169px;
	background: #DFF3FC url(../images/txtbox-bg-blue.gif) bottom repeat-x;
	border: #9DD5ED solid 1px;
	margin-bottom: 3px;
	font-size: 11px;
}

.input-grey {
	padding: 5px;
	width: 169px;
	background: #DFF3FC url(../images/txtbox-bg-grey.gif) bottom repeat-x;
	border: #CBCBCB solid 1px;
	margin-bottom: 3px;
	font-size: 11px;
	color: #444;
}

#public-w-wrapper {
	margin: 0 auto;
	width: 765px;
}

#public-w-main {
	margin: 0;
	width: 765px;
	float: left;
}

#public-w-header {
	float: left;
	width: 765px;
	margin-top: 15px;
	position: relative;
	border-bottom: #E9ECEE solid 1px;
}

#public-w-logo {
	float: left;
	width: 260px;
	height: 130px;
	background: #FFFFFF url("../images/logo-mt-whitebg.gif") no-repeat;
}

#public-w-logo a {
	display: block;
	width: 260px;
	height: 130px;
}

#public-w-welcome {
	float: right;
	position: absolute;
	bottom: 86px;
	right: 10px;
	text-align: right;
}

#public-w-home-main-top {
	margin: 0;
	padding: 0;
	float: left;
	width: 765px;
	border-bottom: #E9ECEE solid 1px;
}

#public-w-home-main-top .left {
	margin: 0;
	padding: 0;
	float: left;
	width: 312px;
}

#public-w-home-main-top .left .top {
	margin: 0;
	padding: 0;
	float: left;
	width: 312px;
	height: 293px;
	background: url("../images/home-img-01.jpg") no-repeat;
}

#public-w-home-main-top .left .bottom {
	margin: 0;
	padding: 0;
	float: left;
	width: 312px;
	height: 112px;
	background: url("../images/home-img-02.jpg") no-repeat;
}

#public-w-home-main-top .left .bottom a {
	display: block;
	width: 312px;
	height: 112px;
}

#public-w-home-main-top .right {
	margin: 0;
	padding: 0;
	float: right;
	width: 453px;
	height: 405px;
	background: url("../images/home-img-03.jpg") no-repeat;
}

#public-w-home-main-bottom {
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
	float: left;
	width: 765px;
}

#public-w-home-main-login {
	float: left;
	width: 208px;
	height: 200px;
	background: url("../images/dot-bg-vert.gif") right repeat-y;
}

#public-w-home-main-login .input-blue {
	padding: 5px;
	width: 169px;
	background: #DFF3FC url(../images/txtbox-bg-blue.gif) bottom repeat-x;
	border: #9DD5ED solid 1px;
	margin-bottom: 3px;
	font-size: 11px;
}

#public-w-login-form {
	margin-top: 10px;
}

#public-w-home-main-invite {
	float: left;
	width: 320px;
	height: 200px;
	margin-left: 24px;
	background: url("../images/dot-bg-vert.gif") right repeat-y;
}

#public-w-home-main-invite .input-blue {
	padding: 5px;
	width: 169px;
	background: #fff url(../images/txtbox-bg-blue.gif) bottom repeat-x;
	border: #9DD5ED solid 1px;
	margin-bottom: 3px;
	font-size: 11px;
}

#public-w-home-main-suite {
	float: left;
	width: 180px;
	height: 200px;
	margin-left: 14px;
}

#public-w-footer {
	float: left;
	width: 765px;
	border-top: #E9ECEE solid 1px;
	margin-bottom: 20px;
	
}

#public-w-content-box {
	float: left;
	width: 735px;
	margin: 15px;
}

#pubic-w-nav {
	margin: 0;
	padding: 0;
}

#public-w-nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 34px;
	right: 0;
}

#public-w-nav li {
	list-style: none;
	float: left;
	display:inline;
}

#public-w-nav .item-home a {
	width: 62px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-home-off.gif") no-repeat;
    float:left;
}

#public-w-nav .item-home a:hover {
	width: 62px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-home-on.gif") no-repeat;
    float:left;
}

#public-w-nav .item-home-on a {
	width: 62px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-home-on.gif") no-repeat;
    float:left;
}

#public-w-nav .item-register a {
	width: 76px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-register-off.gif") no-repeat;
    float:left;
}

#public-w-nav .item-register a:hover {
	width: 76px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-register-on.gif") no-repeat;
    float:left;
}

#public-w-nav .item-register-on a {
	width: 76px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-register-on.gif") no-repeat;
    float:left;
}

#public-w-nav .item-what a {
	width: 157px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-what-off.gif") no-repeat;
    float:left;
}

#public-w-nav .item-what a:hover {
	width: 157px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-what-on.gif") no-repeat;
    float:left;
}

#public-w-nav .item-what-on a {
	width: 157px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-what-on.gif") no-repeat;
    float:left;
}

#public-w-nav .item-blog a {
	width: 57px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-blog-off.gif") no-repeat;
    float:left;
}

#public-w-nav .item-blog a:hover {
	width: 57px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-blog-on.gif") no-repeat;
    float:left;
}

#public-w-nav .item-blog-on a {
	width: 57px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-blog-on.gif") no-repeat;
    float:left;
}

#public-w-nav .item-faq a {
	width: 52px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-faq-off.gif") no-repeat;
    float:left;
}

#public-w-nav .item-faq a:hover {
	width: 52px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-faq-on.gif") no-repeat;
    float:left;
}

#public-w-nav .item-faq-on a {
	width: 52px;
	height: 30px;
    text-decoration:none;
    background:url("../images/nav-w-faq-on.gif") no-repeat;
    float:left;
}

#public_wrap {margin:0 auto;position:relative;text-align:left; background: #ffffff;}

#public_header {
	position: relative;
	width: 760px;
	height: 327px;
	background: #fff url("../images/main-top-bg.jpg") top center no-repeat;
}

#public_nav {
	position: relative;
	width: 760px;
	height: 36px;
	background: #fff url("../images/main-nav-bg.jpg") top center no-repeat;
	text-align: center;
}

#public_body {
	position: relaive;
	font-size: 11px;
}

#public_center {
	position: relative;
	padding: 33px;
	font-size: 12px;
	color: #000;
}

#public_center h1 {
	border: none !important;
	margin-top: 0px !important;
	color: #EB1257;
}

/* MT Navigation */

#mt-public-nav {
	margin-left: 109px;
}

html > body #mt-public-nav {
	
}

#mt-public-nav ul {
}

#mt-public-nav li {
	list-style: none;
	float: left;
	display:inline;
}

#mt-public-nav .item_home a {
	width: 59px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-home.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_home_on a {
	width: 59px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-home-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_home a:hover {
	width: 59px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-home-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_register a {
	width: 79px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-register.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_register_on a {
	width: 79px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-register-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_register a:hover {
	width: 79px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-register-on.jpg") no-repeat;
    float:left;
}
#mt-public-nav .item_login a {
	width: 65px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-login.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_login_on a {
	width: 65px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-login-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_login a:hover {
	width: 65px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-login-on.jpg") no-repeat;
    float:left;
}
#mt-public-nav .item_tellfriend a {
	width: 102px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-tellfriend.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_tellfriend_on a {
	width: 102px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-tellfriend-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_tellfriend a:hover {
	width: 102px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-tellfriend-on.jpg") no-repeat;
    float:left;
}
#mt-public-nav .item_about a {
	width: 65px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-about.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_about_on a {
	width: 65px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-about-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_about a:hover {
	width: 65px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-about-on.jpg") no-repeat;
    float:left;
}
#mt-public-nav .item_blog a {
	width: 58px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-blog.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_blog_on a {
	width: 58px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-blog-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_blog a:hover {
	width: 58px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-blog-on.jpg") no-repeat;
    float:left;
}
#mt-public-nav .item_faq a {
	width: 49px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-faq.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_faq_on a {
	width: 49px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-faq-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_faq a:hover {
	width: 49px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-faq-on.jpg") no-repeat;
    float:left;
}
#mt-public-nav .item_pricing a {
	width: 74px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-pricing.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_pricing_on a {
	width: 74px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-pricing-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_pricing a:hover {
	width: 74px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-pricing-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_solutions a {
	width: 86px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-solutions.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_solutions_on a {
	width: 86px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-solutions-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_solutions a:hover {
	width: 86px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-solutions-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_contact a {
	width: 77px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-contact.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_contact_on a {
	width: 77px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-contact-on.jpg") no-repeat;
    float:left;
}

#mt-public-nav .item_contact a:hover {
	width: 77px;
	height: 36px;
    text-decoration:none;
    background:url("../images/main-nav-contact-on.jpg") no-repeat;
    float:left;
}

#login_form {
	margin-top: 40px;
	margin-right: 40px;
	float: right;
	width: 240px;
	color: #fff;
}

#login_form h1 {
	font-size: 14px;
	font-weight: bold;
	color: #97CF42;
	border: none !important;
}

#login_form .input {
	padding: 5px;
	width: 236px;
	background: #fff url(../images/main-textinput-bg1.jpg) bottom repeat-x;
	border: #fff solid 1px;
	margin-bottom: 3px;
}


#callout_box_white {
	text-align: center;
	background: url("../images/main-textinput-bg1.jpg") bottom repeat-x;
	border: #E9ECEE solid 1px;
	padding: 10px 5px;
}

#callout_container {
	height: 195px;
	margin-top: 20px;
}

#callout_container .element {
 float: left;
 width: 223px;
 text-align: center;
}

#callout_container .element_image {
 margin-bottom: 10px;
}

#dotted_divider {
	height: 1px;
	background: url("../images/dotted-div-grey.jpg") repeat-x;
	margin: 15px 0;
}

#two_column_content_area {
	height: 300px;
	font-size: 11px;
}

#two_column_content_area .left {
	float: left;
	width: 472px;
}

#two_column_content_area .right {
	float: right;
	width: 200px;
}

#two_column_content_area .content_element {
	margin-bottom: 15px;
}

#two_column_content_area h1 {
	font-size: 14px;
	font-weight: bold;
	color: #EB1257;
	border: none !important;
}

#invite_form {
	width: 420px;
}

#invite_form .input {
	padding: 5px;
	width: 300px;
	background: #fff url(../images/main-textinput-bg1.jpg) bottom repeat-x;
	border: #BFBFBF solid 1px;
	margin-bottom: 3px;
}

#one_column_content_area {
	font-size: 11px;
}

#one_column_content_area h1 {
	font-size: 14px;
	font-weight: bold;
	color: #EB1257;
	border: none !important;
}

#public_footer {
	padding: 10px 0px;
	color: #fff;
	font-size: 11px;
}

#public_footer_nav {
	margin: 0 !important;
}

#public_footer_nav li {
	display: inline;
	list-style: none;
	float: left;
}

#public_footer_nav a {
	margin-left: 15px;
}

#public_content_container {

}

#public_content_container h1 {
	font-size: 14px;
	font-weight: bold;
	color: #EB1257;
	border: none !important;
}

#public_content_container .left {
	width: 500px;
}

.input {
	padding: 5px;
	background: #fff url(../images/main-textinput-bg1.jpg) bottom repeat-x;
	border: #BFBFBF solid 1px;
	margin-bottom: 3px;
}

.blue_button {
	height: 25px;
	background: #134788;
	border: #3071B3 solid 1px;
	color: #fff;
	font-weight: bold;
}

.reg_profile_box {
	float: left;
	width: 620px;
	border-top: #CCC solid 1px;
	margin-top: 10px;
	padding: 10px;
	background: #DFDFDF;
}

.reg_profile_box_title {
	float: left;
	clear: both;
	margin-bottom: 15px;
	color: #000;
	border-bottom: #CCC solid 1px;
	width: 600px;
	padding-bottom: 5px;
}

.reg_profile_box_element {
	float: left;
	margin-left: 15px;
	color: #333;
}

.reg_profile_sub_box {
	float: left;
	width: 400px;
	border-left: #CCC solid 1px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background: #DFDFDF;
	clear: left;
}

.contact_form {
	/*border: #ccc solid 1px;*/
	padding: 15px;
	margin-top: 10px;
}

.faq_category_title {
	font-weight: bold;
	font-size: 12px;
}

.required-asterisk {
	color: #EA1156;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-right: 4px;
}

#termservice {
	font-family: arial;
	font-size: 11px;
	padding: 10px;
}