* {
    margin: 0;
    padding: 0;
}
body {
    background: white center top no-repeat;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
}
#template-wrapper {
    width: 760px;
    margin: 0 auto;
}
#template-header {
    height: 193px;
    padding: 14px 0;
}
#template-content {
    background-color: white;
    padding-top: 5px;
}
#template-whatsnew {
    padding-top: 10px;
}
#template-whatsnew iframe {
    height: 350px;
    width: 100%;
}
#template-footer {
    padding: 10px 0 5px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 9px;
}
.links-top {
    position: relative; /* IE6 */
    text-align: right;
    padding: 0 10px;
    font-size: 11px;
}
.tabs {
    height: 28px;
    border-bottom: 1px solid #92c1de;
}
.tab {
    height: 29px;
    width: 50%;
    float: left;
    text-align: center;
}
.half {
    position: relative;
    width: 340px;
    height: 160px;
    float: left;
    text-align: center;
    padding: 10px 15px 0;
    font-size: 11px;
}
.half p {
    padding-bottom: 5px;
}
.username-password .half {
    height: 210px;
}
.half-left {
    width: 354px;
    border-right: 1px solid #92c1de;
}
.half-left select {
    width: 320px;
}
.half-left .credentials {
    text-align: right;
    padding-right: 30px;
}
.half-buttons {
    right: 15px;
    bottom: 10px;
    width: 100%;
    text-align: right;
	margin-top: 12px;
}
.error-message {
    font-weight: bold;
    font-size: 14px;
    color: red;
}
.pusher {
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}
label {
    font-weight: bold;
}
label.disabled {
    color: #c0c0c0;
}
a:link, a:visited, a:hover, a:active {
    color: #1a94a3;
    outline: none;
}
a img {
    border: none;
}
em {
    font-family: Arial, sans-serif;
    font-size: 12px;
}
img, div {
    behavior: url('/private/template/iepngfix.htc');
}
#index_code {
    padding: 0 15px 15px;
}
#index_code h1 {
    font-size: 24px;
    font-weight: normal;
}
#index_code h2 {
    padding-top: 20px;
    font-size: 18px;
}
#index_code p {
    padding-top: 20px;
}
#index_code form input {
    margin: 0 3px;
}
#index_code .button {
    padding: 0 10px;
}
