﻿#communitiesTos
{
	background-color:white;
    width: 400px;
    height: 300px;
}
#communitiesTos .content
{
    width: 380px;
    height: 290px;
    padding: auto auto;
}

#communitiesTos h2
{
    padding: 0px;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 4px;
}
#communitiesTos h3
{
    padding: 0px;
    margin: 0;
}
#communitiesTos .body
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 101%;
}

#communitiesTos .check
{
    display: block;
    height: 50px;
    float: left;
    vertical-align: top;
}
#communitiesTos .footer
{
					background-color:white;							
}
#communitiesTos .footer #nda .terms
{
    padding-left: 25px;
}
#communitiesTos .close
{
    text-align: right;
}

.buttons
{
    margin-top: 18px;
   float:left;
    text-align: center;
}
.buttons .spacer
{
    width: 30px;
    display: inline-block;
    float:left;
}

.buttons .button { /*float:left;*/ display:block; height: 24px; text-indent: -9999px; width: auto; }
.buttons .cancel { background: url(/Assets/images/btn_cancel.gif) 0 0 no-repeat; position: relative; width: 83px; }
.buttons .cancel:hover { background-position: 0 -24px; }

.buttons .continue { background: url(/Assets/images/btn_continue.gif) 0px -24px no-repeat; position: relative; width: 111px; }
.buttons .continue:hover { background-position: 0 0px; }

