/* Note: 
    1. Before adding color codes, please check whether the color code already present or not.
    2. Add the color codes in their series and arrange it alphabetically
    3. Follow the below naming conventions to add color code

          Color code        Color Variable
        ----------------------------------------
            #ABABAB     -   $color_AB
            #ABCABC     -   $color_ABC
            #ABCDEF     -   $color_ABCDEF
*/
/***************************** Color values by color code ********************************/
/***************************** Color values by color names ********************************/
/* Colors              */
/* Incident Update page - Reseller Portal Opportunity Detail page */
/* end of Incident Update page - Reseller Portal Opportunity Detail page*/
/* Latest Version, Version History, Evaluation and Product downloads pages */
/* End of Latest Version, Version History, Evaluation and Product downloads pages */
/* Metro Ribbon */
/* Banner */
/* new colors */
/* BannerColors  */
/* Grid Colors */
/* Text color*/
/*  Fonts             */
/* Page Size */
/* hover and active colors */
/*============================== Variable declaration====================================*/
/*============================ End of variable declaration ==================================*/
body {
  font-family: "Segoe UI", helvetica, arial, sans-serif; }

a {
  text-decoration: none;
  color: #293674; }

a:hover {
  color: #f7941d; }

a:focus, body:focus, div:focus, focus, button:focus, input:focus {
  outline: 0 !important; }

button:focus {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

img {
  border: 0 none; }

.hide {
  display: none !important; }

.right {
  float: right; }

.left {
  float: left; }

.transtext, .transtext:hover, .transtext:active {
  color: #A5D1F4;
  cursor: default; }

* {
  margin: 0;
  padding: 0; }

img {
  border: none; }

select, input, textarea {
  font-family: "Segoe UI", helvetica, arial, sans-serif; }

.field-validation-error {
  color: #e51400; }

/*----------------------Page Title------------------------------- */
.partial-page-title {
  font-weight: lighter;
  font-family: "Segoe UI", helvetica, arial, sans-serif;
  font-size: 54px;
  padding: 0 0 4px 15px;
  border-left: 10px solid #517b93;
  background-color: #eaeaea;
  color: #333333;
  margin: 10px 0; }

.PageTitle {
  font-size: 45px;
  margin: 0 auto;
  padding-top: 7px;
  width: 922px;
  font-family: "Segoe UI", helvetica, arial, sans-serif;
  font-weight: lighter; }

.pagetitle {
  font-size: 45px;
  width: 922px;
  font-weight: lighter;
  font-family: "Segoe UI", helvetica, arial, sans-serif;
  margin-bottom: 20px;
  padding-top: 2px; }

.BlueBanner {
  background-color: #517b93;
  color: white;
  height: 80px; }

.YellowBanner {
  background-color: #f9f298;
  color: #333333;
  height: 310px; }

.GreenBanner {
  background-color: #73b841;
  color: white;
  height: 80px; }

.SkyBlue_Banner {
  background-color: #1ba1e3;
  color: white;
  height: 80px; }

.GrayBanner {
  background-color: #dddddd;
  color: #517b93;
  height: 80px; }

.OrangeBanner {
  background-color: #f9f298;
  color: white;
  height: 80px; }

.WhiteBanner {
  background-color: white;
  color: #333333;
  height: 60px;
  margin-top: 0px !important; }

/*----------------------End ofPage Title------------------------------- */
/*---------------------------mixin----------------------------------------*/
/*----------------------------- End of mixin -----------------------------*/
* {
  margin: 0;
  padding: 0; }

img {
  border: none; }

body {
  position: relative;
  font-family: "Segoe UI",helvetica,arial,sans-serif;
  font-size: 16px;
  color: #333333; }

a {
  text-decoration: none;
  color: #293674; }
  a a:hover {
    text-decoration: none !important;
    cursor: pointer; }

/*------------------------ Header ----------------------------------- */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  line-height: 15px; }

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */ }

.sf-menu ul li {
  width: 0;
  clear: both; }

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

.sf-menu li {
  float: left;
  position: relative; }

.sf-menu a {
  display: block;
  position: relative;
  padding: 0.75em;
  text-decoration: none; }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.5em;
  /* match top ul list item height */
  z-index: 9999; }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0; }

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0; }

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  font-size: 15px;
  margin-bottom: 1em;
  margin-top: -5px; }

.sf-menu li + a {
  padding-left: 0px; }

.sf-menu a ul a {
  /*border-left:	1px solid #fff;*/
  font-weight: normal; }

.sf-menu li {
  background: transparent; }

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  color: white;
  outline: 0; }

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
  outline: 0; }

/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */ }

.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url("/blogs/themes/Stylesheets/Modules/arrow_ver.png") no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */ }

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: .8em;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/ }

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/ }

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0; }

.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/ }

/*** shadows for all but IE6 ***/
.currently-selected-menu-item {
  color: #1ba1e2; }

/* Additional Menu formatting */
.sf-menu > li {
  margin-right: 20px; }

.sf-menu .cart-menu img {
  float: left;
  margin-top: -2px; }

.sf-menu a {
  background-color: transparent;
  color: white; }
  .sf-menu a a:hover {
    color: white; }

#master-menu > ul > li > a {
  padding-left: 0px; }
  #master-menu > ul > li > a a:hover {
    color: white; }

#menu-section div#master-menu ul.sf-menu li ul li a:hover {
  background-color: #1ba1e2;
  color: white; }

#menu-section div#master-menu ul.sf-menu li ul li ul li a:hover {
  background-color: #1ba1e2;
  color: white; }

#menu-section div#master-menu ul.sf-menu li ul li {
  background-color: #282828; }

#menu-section div#master-menu ul.sf-menu > li > a.arrows {
  background: url("/Content/en-US/Home/Images/Icons/arrow_horizontal.png") no-repeat scroll right center transparent;
  padding-right: 16px; }

#menu-section div#master-menu ul.sf-menu ul li a.arrows {
  background: url("/Content/en-US/Home/Images/Icons/arrow_ver.png") no-repeat scroll 97% 50% transparent; }

#menu-section div#master-menu ul.sf-menu ul ul li a.arrows {
  background: url("/Content/en-US/Home/Images/Icons/arrow_ver.png") no-repeat scroll 97% 50% transparent; }

#menu-section div#master-menu ul.sf-menu ul li a.arrows:hover {
  background-image: none; }

#master-breadcrumb-wrapper #master-breadcrumb #master-navigation-two #breadcrumb {
  margin-top: -0.2em;
  *margin-top: 0px;
  padding-left: 0; }
  #master-breadcrumb-wrapper #master-breadcrumb #master-navigation-two #breadcrumb .bread-crumb span {
    font-family: "Segoe UI", helvetica, arial, sans-serif; }

#footer_icon a {
  display: block;
  background-image: url(/Content/en-US/Home/Images/Icons/shared-icon.png);
  text-decoration: none;
  background-repeat: no-repeat;
  padding-right: 20px; }

#footer_icon_twitter {
  background-position: 0 0;
  width: 34px;
  height: 33px; }

#footer_icon_twitter:hover {
  background-position: -420px 0;
  width: 34px;
  height: 33px; }

#footer_icon_linkedin {
  background-position: -84px 0;
  width: 34px;
  height: 33px; }

#footer_icon_linkedin:hover {
  background-position: -504px 0;
  width: 34px;
  height: 33px; }

#footer_icon_youtube {
  background-position: -168px 0;
  width: 34px;
  height: 33px; }

#footer_icon_youtube:hover {
  background-position: -588px 0;
  width: 34px;
  height: 33px; }

#footer_icon_facebook {
  background-position: -252px 0;
  width: 34px;
  height: 33px; }

#footer_icon_facebook:hover {
  background-position: -672px 0;
  width: 34px;
  height: 33px; }

#footer_icon_blog {
  background-position: -336px 0;
  width: 34px;
  height: 33px; }

#footer_icon_blog:hover {
  background-position: -756px 0;
  width: 34px;
  height: 33px; }

#master-banner {
  background-color: #1BA0E1;
  background-repeat: no-repeat;
  height: 170px;
  margin-bottom: 19px;
  margin-top: -20px; }
  #master-banner .banner_image {
    width: 922px !important;
    margin: 0 auto;
    padding-top: 17px; }
    #master-banner .banner_image img {
      width: 140px;
      margin-left: 5px; }
    #master-banner .banner_image p {
      font-size: 45px;
      font-weight: lighter;
      color: white !important;
      float: right;
      margin-right: 450px;
      margin-top: 20px;
      *margin-top: -120px; }

.blog-search #keyword {
  border: 0 none;
  height: 21px;
  width: 115px; }
.blog-search button[type="submit"] {
  float: right;
  position: inherit !important;
  width: 26px !important;
  margin-top: -21px; }

#content {
  float: left;
  width: 74%; }
  #content #login #logintable .blogLoginButton {
    background-color: #1BA1E2;
    border: medium none;
    color: white;
    font-size: 20px;
    height: 50px;
    margin-bottom: 15px;
    width: 160px; }
  #content #login #logintable .RememberMe {
    border: medium none !important;
    height: 13px;
    margin-bottom: 15px;
    width: 13px; }
    #content #login #logintable .RememberMe input {
      margin-bottom: 15px;
      margin-right: 10px;
      border: medium none;
      margin-bottom: 15px;
      width: 13px;
      height: 13px;
      *position: relative;
      *top: 12px; }
  #content #login #logintable input {
    border: 1px solid #E7E7E7;
    color: #333333;
    font-size: 16px;
    height: 30px;
    margin-bottom: 15px;
    width: 300px; }
  #content #comment {
    font-size: 30px;
    font-weight: lighter; }
  #content .blogheader {
    font-weight: bold;
    padding-top: 1%;
    padding-bottom: 15px;
    background-color: white; }
    #content .blogheader .linkheader {
      font-weight: lighter;
      color: none; }
    #content .blogheader h1 {
      font-size: 30px !important;
      font-weight: lighter !important; }
  #content .post {
    background-color: white;
    border: medium none;
    line-height: 17px;
    margin-bottom: 20px;
    padding: 3px 0px;
    white-space: normal;
    word-wrap: break-word; }
    #content .post pre {
      white-space: pre-wrap;
      /* css-3 */
      white-space: -moz-pre-wrap !important;
      /* Mozilla, since 1999 */
      white-space: -pre-wrap;
      /* Opera 4-6 */
      white-space: -o-pre-wrap;
      /* Opera 7 */
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */ }
  #content #postbreadcrumb {
    color: #666666;
    font-size: 1em;
    font-weight: normal;
    position: relative;
    text-transform: capitalize;
    top: -10px; }
    #content #postbreadcrumb span {
      line-height: 20px; }
  #content .text {
    line-height: 28px;
    margin-top: 15px;
    display: block; }
    #content .text p {
      padding-bottom: 10px; }
      #content .text p strong {
        font-weight: lighter !important; }
  #content .bookmarks {
    height: 35px;
    padding-bottom: 2%;
    padding-top: 0;
    border: 1px solid #fafafa;
    background-color: #fafafa; }
    #content .bookmarks .bread-crumb {
      margin-left: 10px; }
      #content .bookmarks .bread-crumb img {
        position: relative;
        top: 10px; }
  #content .sharelink {
    margin-left: 10px; }
    #content .sharelink .addthis_button img {
      position: relative;
      top: 10px; }

#sidepanel {
  float: right;
  padding-left: 3%;
  width: 210px;
  color: #333333; }
  #sidepanel h4 {
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    color: #333333;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding-top: 4px;
    font-weight: normal;
    z-index: 0;
    padding-left: 10px;
    height: 30px;
    font-size: 20px; }
  #sidepanel .bloggers, #sidepanel .monthlist, #sidepanel .tagcloud, #sidepanel .categorylist, #sidepanel .administration, #sidepanel .pagelist {
    border: 1px solid #d9d9d9; }
    #sidepanel .bloggers .content, #sidepanel .monthlist .content, #sidepanel .tagcloud .content, #sidepanel .categorylist .content, #sidepanel .administration .content, #sidepanel .pagelist .content {
      padding-left: 10px; }
  #sidepanel .tagcloud li {
    display: inline; }
    #sidepanel .tagcloud li a {
      display: inline;
      margin-right: 3px; }
    #sidepanel .tagcloud li .biggest {
      font-size: 24px; }
    #sidepanel .tagcloud li .big {
      font-size: 21px; }
    #sidepanel .tagcloud li .medium {
      font-size: 18px; }
    #sidepanel .tagcloud li .small {
      font-size: 15px; }
    #sidepanel .tagcloud li .smallest {
      font-size: 12px; }
  #sidepanel .twitter .content {
    padding: 7px; }
    #sidepanel .twitter .content .twitter-date {
      color: #666666;
      padding-top: 6px;
      text-align: right; }
    #sidepanel .twitter .content .twitter-separator-first {
      background-color: white;
      height: 1px;
      margin-top: 10px; }
    #sidepanel .twitter .content .twitter-separator-last {
      background-color: #e7e7e7;
      height: 1px;
      margin-bottom: 10px; }
  #sidepanel .rssButton {
    margin-right: 3px; }
  #sidepanel .subscribe {
    margin-right: -3px;
    text-align: right; }
  #sidepanel .widget {
    background: none repeat scroll 0 0 white;
    font-size: 13px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    min-width: 1px;
    padding-bottom: 10px;
    width: auto;
    z-index: 1; }
    #sidepanel .widget ul {
      list-style-type: none;
      text-transform: capitalize; }
      #sidepanel .widget ul li {
        margin-bottom: 3px;
        line-height: 28px; }
  #sidepanel .twitter {
    border-left: 1px solid #CBCBCB;
    height: 420px;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll; }
  #sidepanel .twitter_top_pannel {
    background-color: #d9d9d9;
    height: 30px;
    padding-top: 10px;
    width: 211px; }
    #sidepanel .twitter_top_pannel img {
      float: right;
      padding: 6px 16px 4px 8px; }
    #sidepanel .twitter_top_pannel .twitter-follow-us {
      padding-left: 10px;
      margin-top: -5px;
      font-size: 20px; }
      #sidepanel .twitter_top_pannel .twitter-follow-us a {
        text-decoration: none;
        color: #333333; }
  #sidepanel .twitter_bottom_pannel {
    background-color: #dddddd;
    height: 2px;
    margin-bottom: 20px;
    width: 211px; }

#searchbox {
  background-color: Transparent;
  border: 1px solid #eaeaea;
  background-image: none;
  background-repeat: no-repeat;
  height: 35px;
  margin-left: -1px;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 36px;
  width: 173px; }
  #searchbox input {
    border: medium none; }
  #searchbox #searchfield {
    margin-left: -20px;
    margin-top: 10px;
    width: 152px;
    font-size: 16px; }
  #searchbox #searchbutton {
    background-color: Transparent;
    background-image: url("/blogs/pics/Search-Box.png");
    border: medium none;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    margin-top: 5px;
    *margin-top: -22px; }

.header-cart-img {
  background-position: -47px 2px !important; }

#relatedPosts a {
  font-size: 20px;
  font-weight: lighter; }
#relatedPosts p {
  font-size: 30px;
  font-weight: lighter; }
#relatedPosts div {
  background: none repeat scroll 0 0 white;
  border: medium none;
  padding: 5px 0px 10px; }
#relatedPosts span {
  font-size: 14px;
  line-height: 28px;
  display: block;
  margin-bottom: 15px; }

#commentlist {
  background-color: white !important; }
  #commentlist .comment-replies .commentForm {
    margin: 5px 0 0;
    padding: 0 0 90px 15px; }
    #commentlist .comment-replies .commentForm .author {
      margin: 0 0 15px;
      padding: 3px 0;
      border-top: medium none; }
    #commentlist .comment-replies .commentForm .gravatar {
      clear: both;
      float: left;
      margin: 5px 0 5px 0;
      padding-right: 10px;
      width: 80px; }
      #commentlist .comment-replies .commentForm .gravatar img {
        height: 80px;
        width: 80px; }
  #commentlist .date {
    border-bottom: 1px dashed #eaeaea;
    color: #666666;
    font-size: 12px;
    margin: 0;
    padding: 3px 0;
    text-align: right; }
  #commentlist .gravatar {
    clear: both;
    float: left;
    margin: 5px 0 5px 0;
    padding-right: 10px;
    width: 80px; }
    #commentlist .gravatar img {
      height: 80px;
      width: 80px; }
  #commentlist .author {
    border-top: 1px dashed #eaeaea;
    margin: 0 0 15px 0;
    padding: 3px 0; }
  #commentlist .content {
    margin-bottom: 10px;
    min-height: 85px;
    line-height: 28px; }

.commentForm {
  padding: 5px; }
  .commentForm #addcomment {
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-bottom: 15px; }
  .commentForm input {
    border: 1px solid #e7e7e7;
    color: #333333;
    font-size: 16px;
    height: 30px;
    width: 300px;
    margin-bottom: 15px; }
  .commentForm #btnSaveAjax {
    background-color: #1ba1e2;
    border: 1px solid #1ba1e2;
    color: white;
    float: right;
    font-size: 16px;
    height: 40px;
    width: 160px;
    margin-bottom: 15px; }
  .commentForm label {
    display: block;
    margin-top: 4px;
    width: 80px; }
  .commentForm #commentMenu {
    clear: both;
    margin: 15px 0 0;
    padding: 0; }
    .commentForm #commentMenu li {
      -moz-border-bottom-colors: none;
      -moz-border-image: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      background: none repeat scroll 0 0 #e7e7e7;
      border-color: #e7e7e7 #e7e7e7 transparent;
      border-style: solid solid none;
      border-width: 1px 1px medium;
      cursor: pointer;
      float: left;
      list-style: none outside none;
      margin: 0;
      padding: 3px 8px;
      position: relative;
      top: 2px; }
    .commentForm #commentMenu li.selected {
      background: none repeat scroll 0 0 white;
      border-bottom: medium none; }
  .commentForm textarea {
    border: 1px solid #e7e7e7;
    height: 150px;
    width: 100%;
    margin-top: 2px;
    *margin-top: 1px; }
  .commentForm #commentPreview {
    clear: both;
    display: none;
    min-height: 150px; }
    .commentForm #commentPreview .comment {
      padding-top: 2px; }
      .commentForm #commentPreview .comment .date {
        border-top: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        background-color: #f4f4f4 !important;
        color: #666666;
        font-size: 12px;
        margin: 0;
        padding: 3px 0;
        text-align: right;
        border-bottom: medium none; }
      .commentForm #commentPreview .comment .gravatar {
        float: left;
        margin: 5px 0 5px 0;
        padding-right: 10px;
        *float: none;
        margin: 0;
        padding-right: 0px;
        background-color: #f4f4f4 !important; }
        .commentForm #commentPreview .comment .gravatar img {
          height: 80px;
          width: 80px;
          margin-top: -10px; }
      .commentForm #commentPreview .comment .content {
        padding: 0 90px;
        *padding: 0;
        min-height: 85px;
        margin-top: -8px;
        background-color: #f4f4f4 !important;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        line-height: 28px; }
  .commentForm .bbcode {
    float: right;
    font-size: 16px;
    padding: 25px 0 0;
    position: relative;
    top: 25px;
    *top: 29px; }
    .commentForm .bbcode a {
      background: none repeat scroll 0 0 white;
      border: 1px solid #e7e7e7;
      margin: 1px;
      padding: 1px 3px; }
  .commentForm .author {
    border-top: medium none;
    margin: 0;
    padding: 3px 0; }

#content .searchpage {
  float: left;
  width: 74%; }
  #content .searchpage h1 {
    font-size: 30px !important;
    font-weight: lighter;
    letter-spacing: 1px; }
  #content .searchpage #searchpage {
    margin-bottom: 30px !important;
    margin-top: 15px !important; }
    #content .searchpage #searchpage #q {
      border: 1px solid #e7e7e7;
      color: #333333;
      float: left;
      font-size: 16px;
      height: 40px;
      width: 500px;
      margin-bottom: 15px; }
    #content .searchpage #searchpage #comment {
      clear: both;
      margin-left: 5px; }
    #content .searchpage #searchpage label[for="comment"] {
      margin-left: 5px; }
    #content .searchpage #searchpage #search_button {
      background-color: Transparent;
      background-image: url("/blogs/pics/Search-Box.png");
      border: medium none;
      cursor: pointer;
      margin-left: -35px;
      height: 30px;
      width: 30px;
      margin-top: 5px; }
  #content .searchpage .searchresult {
    margin-bottom: 20px; }
    #content .searchpage .searchresult a {
      color: #293674;
      font-size: 20px;
      font-weight: lighter; }
    #content .searchpage .searchresult .type {
      color: #666666;
      line-height: 28px;
      margin-bottom: 10px; }
      #content .searchpage .searchresult .type strong {
        font-weight: normal !important;
        color: #333333; }
    #content .searchpage .searchresult .url {
      color: #333333;
      display: block;
      margin-top: 5px; }

#ctl00_cphBody_CommentView1_RequiredFieldValidator3 {
  left: 160px;
  *left: 155px;
  position: relative;
  top: 55px;
  *top: 67px; }

#ctl00_cphBody_CommentView1_RequiredFieldValidator2, #spnNameRequired, #ctl00_cphBody_CommentView1_RegularExpressionValidator1 {
  *position: relative;
  *top: -25px; }

