* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}

body  {
          margin : 0;
          padding : 0;
          text-align : center;
          padding : 0;
          font-family : verdana, arial, helvetica, sans-serif;
          color : #333333;
          background-color : #D6CFB5;
      }

a img {
	border: 0;
}
a.administrator:link, a.administrator:active, a.administrator:visited {

}
a.moderator:link, a.moderator:active, a.moderator:visited {

}
input , textarea , select {
          color : #333333;
          border : 1px solid #8d8d6a;
			 padding: 5px;
			 font-family: verdana, tahoma, sans-serif;
			 font-size: 8pt !important;
      }
select * {
	font-size: 8pt !important;
	font-family: verdana, sans-serif !important;
}
select option {
	padding: 0 5px 0 0;
}
textarea {
	width: 98%;
	background: White;
	margin : 0 0 0 -3px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 0 10px 0 10px;
	cursor: pointer;
	font-weight: bold;
	color: #444;
	border-bottom: 2px solid #8D8D6A;
}
label, input[type="radio"], input[type="checkbox"], select {
	cursor: pointer;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #669900;
}
optgroup option {
	padding: 0 10px 0 10px;
}
pre.code {
	display: block;
	margin: 0 25px 0 25px;
	padding: 5px;
	font-family: monospace;
	color: #7F0000;
	background-color: #FFF;
	border: 1px solid #BFBFBF;
	overflow: auto;
	font-size: 8pt;
}
blockquote.quote {
	margin: 0 25px 0 25px;
	font-size: 8pt;
}
blockquote.quote .title {
	font-weight: bold;
	padding: 3px;
}
blockquote.quote .content {
	padding: 10px;
	color: #333;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #CEC7AD;
	border: 1px solid #8D8D6A;
	overflow: auto;
}
hr {
	border: 0;
	border-top: 1px solid silver;
	padding: 6px;
}
#logo {
	float: left;
	height: 30px;
}
h1#boardname {
	text-align: right;
	font-size: 13pt;
	font-weight: bold;
	color: #369;
	line-height: 30px !important;
}
h1#boardname #line {
	padding: 0 0 2px 0;
	border-bottom: 2px solid #EBD6AD;
}
h2#boarddescr {
	text-align: right;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #7F7F7F;
	line-height: 30px !important;
}
#topmenu * {
	text-align: left;
}
#topmenu {
	clear: both;
	float: left;
	width: 723px;
	background-image: url(gfx/topmenu_bg.png);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	border: 1px solid #369;
	padding: 3px 0 3px 0;
	margin: 5px 0 0 0;
}
#topmenu ul {
	list-style: none;
}
#topmenu ul li {
	display: inline;
}
#topmenu ul li a:link, #topmenu ul li a:visited, #topmenu ul li a:hover {
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	border-right: 1px solid #369;
}
#topmenu ul li#logout a:link, #topmenu ul li#logout a:visited, #topmenu ul li#logout a:hover {
	border-right: 0;
	border-left: 1px solid #369;
}
#topmenu ul li a:link, #topmenu ul li a:visited {
	color: #369;
}
#topmenu ul li a:active, #topmenu ul li a:hover {
	color: #7F0000;
	background-image: url(gfx/topmenu_bg_reverse.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#topmenu-shadow {
	clear: both;
	height: 5px;
	background-image: url(gfx/topmenu_shadow.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	line-height: 100%;
	overflow: hidden;
	margin: 0 0 15px 0;
	width: 100%; /* Be nice to Safari */
}
p.locationbar {
	clear: both;
	text-align: left;
	font-style: italic;
	color: #333;
	margin: -10px 0 10px 0;
	padding: 3px;
}
p.locationbar a {
	font-style: normal;
}

/* Global styles */

table {
font-size: 71%;
}
td table {
font-size: 100%;
}
table.maintable td a:visited {
	color: #555;
}
td.fieldtitle {
	background-color: #E8E8E8 !important;
	width: 25%;
	height: 1%;
	font-weight: bold;
}
td.formcontrols {
	background-color: #E8E8E8 !important;
	text-align: center !important;
	padding: 6px !important;
}
td.formcontrols input {
	font-weight: bold;
}
td.formcontrols a {
	color: #369 !important;
}
td.formcontrols .postformshortcut {
	margin-top: 5px;
	color: #666;
	font-size: 7pt;
}
table.maintable th.icon {
	width: 25px;
}
table.maintable td.icon {
	background-color: #E8E8E8;
	width: 25px;
}
table.maintable th.count, table.maintable td.count {
	width: 1%;
	text-align: center;
	white-space: nowrap;
}
table.maintable td.count {
	background-color: #E8E8E8;
	font-weight: bold;
	color: #333;
}
table.maintable th.lastpostinfo, table.maintable td.lastpostinfo {
	width: 200px;
}
.msgbox h3, .preview h3 {
	color: #EBD6AD;
	font-weight: bold;
	font-size: 8pt;
	background-color: #369;
	background-image: url(gfx/tableheadbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	padding: 4px 6px 4px 6px;
	border: 1px solid silver;
}
.msgbox p, .preview div.preview {
	background-color: #EFEFEF;
	padding: 18px 36px 18px 36px;
	margin: 0 0 20px 0;
	text-align: left;
	border: 1px solid silver;
	border-top: 0;
	line-height: 150%;
	font-size: 10pt;
}
.msgbox p p {
	padding: 0;
	border: 0;
}
.preview div.preview {
	line-height: 125%;
	padding: 18px;
}

/* Forumlist styles */

table.maintable td.forumcat {
	font-weight: bold;
	background-image: url(gfx/topmenu_bg.png);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	color: #333;
}
.forumname {
	font-weight: bold;
	font-size: 9pt;
}
.forumdescr {
	margin: 3px 0 0 3px;
}
table.maintable td.online {
	font-weight: bold;
	background-image: url(gfx/topmenu_bg.png);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	color: #333;
}
table.maintable td.stats-cell {
	line-height: 150%;
}
.detailed-list-link {
	float: right;
	font-weight: bold;
}

/* Topiclist styles */

#forumname {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}
#forumname a:link, #forumname a:hover, #forumname a:active, #forumname a:visited {
	text-decoration: none;
}
#forummods {
	text-align: left;
	color: #444;
	margin: 0 0 6px 0;
}
#toolbartop {

}
#toolbartop a, #toolbarbottom a, .post-foot a {
	background-color: #D6CFB5;
	text-decoration: none;
	margin: 1px 0 1px 4px;
	border: 1px solid #8D8D6A;
	font-weight: bold;
	padding: 4px 7px;
	float:right;
	font-size: 10px;
}
.post-foot a {
float: none;
padding: 1px 7px;
}
#toolbartop a:hover, #toolbarbottom a:hover, .post-foot a:hover {
	border-width: 2px 1px;
	margin: 0 0 0 4px;
	text-decoration: none;
}
.topicname {
	font-size: 9pt;
}
.topicpagelinks {
	float: right;
	text-align: right;
	color: #444;
	white-space: pre;
	padding: 0 0 0 10px;
}
#toolbarbottom {

}

#pagelinksbottom {
	float: left;
	font-weight: bold;
	margin: 2px 0 0 0;
}
#bottomfix {
	clear: both;
	height: 20px;
}
.author {
	clear: left;
	padding: 2px 0 0 3px;
	color: #444;
}
.author a {
	text-decoration: none;
	color: #444;
}

/* Topic styles */

table.maintable tr.tr1 td {
	background-color: #EFEFEF;
}
table.maintable tr.tr2 td {
	background-color: #E8E8E8;
}
table.maintable td.postername {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	width: 135px;
	height: 1%;
}
table.maintable td.postername .posternamecontainer {	
	overflow: hidden;
	width: 135px;
}
table.maintable td.postinfo {
	vertical-align: middle;
}
table.maintable td.postinfo .postdate {
	color: #444;
}
table.maintable td.postinfo .postlinks {
	float: right;
	font-weight: bold;
	color: #999;
}
table.maintable td.posterinfo {
	vertical-align: top;
	text-align: center;
	width: 135px;
}
table.maintable td.posterinfo .avatar {
	margin-top: 10px;
}
table.maintable td.posterinfo .avatar img {
	margin-bottom: 10px;
}
table.maintable td.posterinfo .field {
	color: #444;
}
table.maintable td.postcontent {
	vertical-align: top;
}
table.maintable td.postcontent .post {
	overflow: auto;
	font-size: 10pt;
	cursor: auto;
}
table.maintable td.postcontent .signature {
	color: #444;
	font-size: 8pt;
}
table.maintable td.postcontent .editinfo {
	margin: 5px 0 0 0;
	border-top: 1px solid silver;
	padding: 5px 0 0 0;
	color: #444;
	font-size: 8pt;
	font-style: italic;
}
.poster-ip-addr {
float: right;
}

table.maintable td.posterinfo, table.maintable td.postcontent {
	border-bottom: 4px solid #D8D8D8;
}
#actionlinks {
	color: #323232;
	text-align: left;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: -10px;
	font-size: 7pt;
}

/* FAQ styles */

#faq-contents ul {
	border: 1px solid #8D8D6A;
	border-width: 1px 0;
}
#faq-contents li {
font-size: 71%;
list-style: none;
margin: 1px 0;
padding: 5px 0 5px 10px;
background: url(gfx/bullit.gif)no-repeat 0px 8px;
border: 1px solid #8D8D6A;
border-width: 1px 0;
}

/* Active topics styles */

table.maintable td.atforum {
	font-size: 7pt;
	width: 1%;
}

/* Stats styles */

table.maintable td.statstitle {
	background-color: #E8E8E8;
	font-weight: bold;
	width: 1%;
	white-space: nowrap;
}
table.statslayout {
	width: 100%;
	border-collapse: collapse;
}
table.statslayout td {
	width: 50%;
	vertical-align: top;
	padding: 0 20px 0 0;
}
table.statslayout td.last {
	padding: 0;
}

/* */


table.maintable td.minimal {
	background-color: #E8E8E8;
	width: 1%;
	white-space: nowrap;
	text-align: center;
}
table.maintable td.avatar-field {
	background-color: #E8E8E8;
	width: 80px;
	text-align: center;
}
#pagelinksothertop {
	text-align: left;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#pagelinksotherbottom {
	text-align: left;
	font-weight: bold;
	margin: -10px 0 20px 0;
}
#pagelinkstop strong, #pagelinksbottom strong, #pagelinksothertop strong, #pagelinksotherbottom strong {
	padding: 1px 2px 1px 2px;
	border: 1px solid #8D8D6A;
	background-color: #EFEFEF;
}
ul#panelmenu {
	list-style: none;
	margin: 0;
	text-align: center;
	font-size: 61%;
}
ul#panelmenu li {
	display: inline;
	padding: 0 10px 0 10px;
	border-left: 2px solid #8D8D6A;
}
ul#panelmenu li#first {
	border-left: 0;
}
p#linkbar {
	color: #323232;
	text-align: center;
	margin-bottom: 10px;
}
p#linkbar a {
	margin: 0 2px 0 2px;
}
p#linkbar #rss-feed-icon {
	margin: 0 1px 0 3px;
}
p#linkbar #rss-feed-icon img {
	vertical-align: middle;
	display: none;
}
.jump-in-data {
	color: #666;
	margin-left: 10px;
}
.moreinfo {
	padding-top: 3px;
	color: #333;
}
.results-posts-post-info td {
	background-color: #E8E8E8 !important;
}
.results-posts-post-date {
	float: right;
}
.results-posts-post-content td {
	border-top: 0 !important;
	border-bottom: 2px solid #c7c3c7;
}
.results-posts-post-content div {
	line-height: 150%;
	color: #333;
	height: 48px;
	overflow: hidden;
}

#bbcode-controls, #smiley-controls {
	list-style: none;text-align: center;
}
#bbcode-controls li, #smiley-controls li {
	display: inline;
}

#bbcode-controls {
	padding: 3px 0 8px 0;
	font-size: 61%;
}
#bbcode-controls li a {
	padding: 2px 5px 2px 5px;
	margin: 0 1px;
	text-decoration: none;
	color: #333 !important;
	cursor: default !important;
	border: 1px solid #8D8D6A;
	background: #D6CFB5;
}
#bbcode-controls li a:hover {
	background-color: #CEC7AD;
	border: 1px solid #8D8D6A;
}
#smiley-controls {
	margin: 3px 0 0 0;
}
#smiley-controls li {
	margin: 0 2px 0 0;
}

#post-options input, #post-options label {
	margin: 5px 0 0 0;
	font-size: 61%;
}
#bottom {
	clear: both;
	float: left;
	width: 705px;
	padding: 3px 9px 3px 9px;
	background-image: url(gfx/topmenu_bg.png);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	border: 1px solid #369;
	font-style: normal;
	text-align: right;
	color: #333;
}
#bottom a:link, #bottom a:hover, #bottom a:active, #bottom a:visited {
	text-decoration: none;
}
#bottom-shadow {
	float: left;
	height: 5px;
	background-image: url(gfx/topmenu_shadow.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	line-height: 100%;
	overflow: hidden;
	width: 100%; /* Be nice to Safari */
}
#shadow-left>#shadow-right {
	padding-bottom: 40px;
}

#debug-info-small {
	margin: 0 auto 20px auto;
	padding: 3px;
	text-align: center;
	background-color: #E8E8E8;
	border: 1px solid silver;
	color: #333;
	font-size: 7pt;
}
#debug-info-large {
	margin: 0 auto 20px auto;
	font-size: 7pt;
	text-align: center;
	color: #333;
	width: 85%;
}
#debug-info-large div {
	background-color: #E8E8E8;
	padding: 3px;
}
#debug-info-large textarea {
	color: #333;
	font-size: 7pt !important;
	font-family: monospace !important;
	margin: 3px 0 0 0;
	border: 1px solid silver;
	padding: 3px;
}

/* Extras for Boxer style */

      .title-block {
          background-color : #CEC7AD;
          color : #8C715A;
          font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
          font-size : 80%;
          font-weight : bold;
          padding: 5px 4px;
          margin : 0;
          border : 1px solid #8d8d6a;
      }
		.container1 .title-block, 
		.container2 .title-block {
		
		}
		.container1 .title-block span, 
		.container2 .title-block span {
		float: left;
		}
		h2 { 
		margin : 0; 
		font-weight: bold;  
		font-style: italic;  
		font-size: 70%;   
		}
      p {
          font : normal 71% verdana, arial, helvetica, sans-serif;
          margin : 0;
          padding : 4px 0;
          color : #665B33;
      }
      a:link {
          color : #845259;
			 text-decoration : none;
      }
      a:visited {
          color : #845259;
			 text-decoration : none;
      }
      a:hover {
          text-decoration : underline;
          color : #7B8D6A;
      }
      img {
          border : 0 none ;
          margin : 0;
      }
      form {
          margin : 0;
          padding : 0;
      }
	  ul#nav {
	  margin : 6px auto 0 auto;
	  padding:  0;
	  white-space: nowrap;
	  text-align: center;
	  width: 763px;
	  }
	  #nav li {
	  margin: 0;
	  padding: 0;
	  display: inline-block;
	  list-style: none;
	  font : bold 11px Verdana, Arial, Helvetica, sans-serif;
	  float: left;
	  }
	  #nav li a {
	  background: #CEC7AD url(gfx/tab-hover.gif) no-repeat;
	  background-position: 0 -10px;
	  border: 1px solid #8d8d6a;
	  -moz-border-radius-bottomleft: 3px;
	  -moz-border-radius-bottomright: 3px;
	  -webkit-border-bottom-left-radius: 3px;
	  -webkit-border-bottom-right-radius: 3px;
	  border-bottom-left-radius: 3px;
	  border-bottom-right-radius: 3px;
	  padding: 6px 10px 8px 10px;
	  margin: 0 3px;
	  -moz-box-shadow: 0px 2px 3px #8d886a;
	  -webkit-box-shadow: 0px 2px 3px #8d886a;
	  box-shadow: 0px 2px 3px #8d886a;
	  }
	  #nav li a:hover, 
	  #nav li#active a {
	  padding: 6px 10px 14px 10px;
	  text-decoration: none;
	  color: #333;
	  background-color: #D6CFB5;
	  background-position: bottom center;
	  border-top: 1px solid #D6CFB5;
	  -webkit-transition-duration: 0.2s;
	  -moz-transition-duration: 0.2s;
	  transition-duration: 0.2s;
	  }
	  #nav-container {
	  background: url(gfx/nav-bg.png) repeat-x 10px -1px;
	  height: 96px;
	  border-top: 1px solid #8d8d6a;
	  margin: 10px 0 0 0;
	  }
	  #hide-tab-top {
	  background: #D6CFB5;
	  height: 10px;
	  position: absolute;
	  top:0;
	  width: 100%;
	  }
	  
	  #head, 
	  #bg, 
	  #footer {
	  width: 550px;
	  }
      #head {
          margin-right : auto;
          margin-left : auto;
          background-color : #CEC7AD;
          background-image : url(gfx/head_tile.gif);
          background-repeat : repeat-x;
          border-right : 1px solid #8d8d6a;
          border-top : 1px solid #8d8d6a;
          border-left : 1px solid #8d8d6a;
          background-position : 50% 0%;
      }
      #head-left {
          background-image : url(gfx/logo.png);
          background-position : 0% 50%;
          background-repeat : no-repeat;
      }
      #head-right {
          height : 114px;
          background-image : url(gfx/head_right.gif);
          background-position : 100% 50%;
          background-repeat : no-repeat;
      }
      #main-column {
          margin: 0 70px 0 120px;
			 padding: 2ex 0 0 0;
      }
      #content {
          background-image : url(gfx/rightile.gif);
          background-position : 100% 50%;
          background-repeat : repeat-y;
		  padding: 0 0 6px 0;
      }
      #bg {
          margin-top : 0;
          margin-bottom : 0;
          margin-left : auto;
          background-color : #CEC7AD;
          padding-left : 0;
          padding-top : 0;
          padding-right : 0;
          text-align : left;
          background-image : url(gfx/leftile.gif);
          background-repeat : repeat-y;
          margin-right : auto;
          border-right : 1px solid #8d8d6a;
          border-left : 1px solid #8d8d6a;
      }
      #footer {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-weight : bold;
          font-size : 65%;
          margin-right : auto;
          margin-left : auto;
          background-color : #CEC7AD;
          background-image : url(gfx/footile.gif);
          background-repeat : repeat-x;
          background-position : 50% 100%;
          margin-bottom : 50px;
          border-right : 1px solid #8d8d6a;
          border-left : 1px solid #8d8d6a;
          border-bottom : 1px solid #8d8d6a;
      }
      #foot-left {
          background-image : url(gfx/footleft.gif);
          background-repeat : no-repeat;
          background-position : 0% 50%;
      }
      #foot-right {
          background-image : url(gfx/foot_right.gif);
          background-position : 100% 50%;
          background-repeat : no-repeat;
          height : 69px;
      }
      .post-foot {
          background-color : #D6CFB5;
          border: 1px solid #8d8d6a;
          border-width: 0 1px 1px 1px;
          color : #333333;
          padding: 5px 3px 5px 3px;
			 text-align: right;
      }
      .subtitle {
          font : 66% sans-serif;
          padding: 3px 6px 2px 6px;
          background-color : #D6CFB5;
          border-left : 1px solid #8d8d6a;
          border-right : 1px solid #8d8d6a;
          color : #4a574e;
          border-bottom : 1px solid #8d8d6a;
      }
      .post-body, 
		.body-block {
          background: #CEC7AD  url(gfx/post-bg.gif) repeat-y top center;
          border-left : 1px solid #8d8d6a;
          border-right : 1px solid #8d8d6a;
          border-bottom : 1px solid #8d8d6a;
			 padding : 10px 10px 10px 10px;
			 position: relative;
      }
		.post-body .avatar {
position:absolute;
left:15px;
display: none;
}
		.post-body p {
		line-height: 1.2em;
		/*letter-spacing: -1px;*/
		}
		.editinfo {
		font-size: 60%;
		}
      .container, 
		.container1, 
		.container2, 
		.quote {
          border: 1px solid #8d8d6a;
          padding: 3px;
          background-color: #D6CFB5;
		  margin: 0 0 2ex 0;
		  -moz-box-shadow: 0 3px 3px #666;
		  -webkit-box-shadow: 0 3px 3px #666;
		  box-shadow: 0 3px 3px #666;
		  
      }
		.row, 
		.row-list li {
			 border-bottom: 1px solid #8d8d6a;
			 border-top: 1px solid #8d8d6a;
			 margin-bottom: 3px;
			 padding: 3px 0px 3px 0px;
		}
		.row-list li {
		list-style: none;
		}
		.pages {
			 background-color: #CEC7AD;
			 font: bold 60% Verdana, Geneva, Arial, Helvetica, sans-serif;
			 padding: 2px 3px 2px 3px;
			 border: 1px solid #8d8d6a;
			 text-align: left;
		}
		.content-block, 
		.content-block-mod {
          padding : 5px 6px;
          background-color : #CEC7AD;
          border: 1px solid #8d8d6a;
		}
		.content-block-mod {
			border-width: 0 1px 1px 1px;
		}
		/* This for a the topic/forum listing */
		
#threads-forums {
border:1px solid #8d8d6a;
border-width: 1px 0;
padding: 2px 0px 1px 0px;
margin:0;
}
#threads-forums dt {
border-top: 1px solid #8d8d6a;
font-weight: strong;
font-size: 80%;
padding: 3px 0;
}
#threads-forums dd {
border-bottom: 1px solid #8d8d6a;
margin: 0 0 1px 0;
position: relative;
}

#userlinks-bg {
text-align: center;
font-size: 60%;
padding: 0 0 20px 0;
}
#userlinks-bg ul {
}
#userlinks-bg ul, #userlinks-bgl li {
margin: 0;
padding: 0;
list-style: none;
}
#userlinks-bg ul {
padding: 8px 0 8px 0;
}
#userlinks-bg li {
display: inline;
padding: 0 7px;
font-weight: bold;
}
#userlinks-bg li a {
background-color : #D6CFB5;
border: 1px solid #8D8D6A;
padding: 4px 6px;
text-decoration: none;
}
#userlinks-bg li a:hover {
border-width: 2px 1px;
}
.clear {
	clear:both;
	height:5px;
}
.topic-pages {
font-size: 61%;
border-top:1px dotted #8D8D6A;
background-color: #D6CFB5;
padding: 2px 2px;
font-weight: bold;
}
.topic-pages a {
padding: 0 2px;
font-weight: normal;
text-decoration: none;
margin: 1px;
}
.topic-pages a:hover {
background: #C4CAAD;
border: 1px #8D8D6A solid;
color: #333;
margin: 0;
}

/* Topic types */

/* Closed topics */
#threads-forums dt.no-new-posts-closed, 
#threads-forums dt.new-posts-closed {
	background: #D2BEB5;
	border-color: #BB94A4;
	padding: 3px;
}
dd.no-new-posts-closed, 
dd.new-posts-closed {
	background: #D2BEB5;
	border-color: #BB94A4;
	padding: 0 3px;
}
dd.no-new-posts-closed .topic-pages, 
dd.new-posts-closed .topic-pages {
	background: #DBCBC4;
	border-color: #BB94A4;
	margin: 0 -3px;
}

/* New topics */
#threads-forums dt.new-posts {
	background: #C4CAAD;
	padding: 3px;
}
dd.new-posts {
	background: #C4CAAD;
	padding: 0 3px;
}
dd.new-posts .topic-pages {
	background: #D2D6C0;
	margin: 0 -3px;
}

/* Certain icons */
.last-post-icon {
margin: 0;
float: right;
}
.formcontrols {
text-align: center;
padding: 5px 0;
}
.signature {
font-size: 60%;
 color: #8D8D6A;
}
.copyright {
font-size: 60%;
font-variant: small-caps;
text-align: center;
}
