﻿.box { border:solid 1px #ddd; background:#fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-top:solid 1px #c8c8c8;  }
.GreenButton { display:inline-block; padding:3px 8px 4px; color:#fff; margin:0 2px 0 0; word-spacing:1px; cursor:pointer; font-size:13px; font-weight:bold; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.GreenButton:hover { text-decoration:none; }
.GreenButton { background:#4A5969; }

#LoginForm h3 { border-bottom:solid 1px #ccc; margin:0 0 15px; padding:0 0 4px 0; font-size:16px; font-weight:bold; text-align:center; color:#444; }
#LoginForm dl { width:225px; margin:0 auto 10px; }
#LoginForm dt { float:left; width:75px; clear:both; margin:5px 0 0; }
#LoginForm dd { float:left;  padding:5px 0; width:150px; }

.GetStartedButton { text-transform: uppercase; text-decoration: none; display:inline-block; padding: 4px 8px 4px; color:#fff; margin:0 2px 0 0; word-spacing:1px; cursor:pointer; font-size:16px; font-weight:bold; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
.GetStartedButton:hover { text-decoration:none; }
.GetStartedButton { background:#6491b5; border-color: #517ea1; }