.SurveyBox
{
    width:100% ;
    border:0px;
    background-color:White;    
       
    margin:0 auto;
}

.SurveyBoxTitle
{
    float:left;
    position:relative;    
}

.SurveyBoxTop
{
    background-image: url(/images/surveys/surveyBoxTopBorder.jpg);
    background-repeat: repeat-x;
}

.SurveyBoxTopRight
{
    background-image:url(/images/surveys/surveyBoxTopRightBorder.jpg);
    background-repeat:no-repeat;
    background-position:right top;
}

.SurveyBoxTopLeft
{
    background-image:url(/images/surveys/surveyBoxTopLeftBorder.jpg);
    background-repeat:no-repeat;
    width: 3px;
}

.SurveyBoxContent
{
    font-weight:bold;
    width:90%;
    overflow:visible;
    position:relative;
    left:10px;
    top:10px;
}

.SurveyBoxContentTextBox
{
    width:95%;
}

.SurveyBoxContent table
{
   overflow:visible;
   width:100%;
}


.CreateSurveyDeleteAnswerButton,
.CreateSurveyDeleteQuestionButton
{
    vertical-align:middle;
    position:relative;
    left:5px;
}

.CreateSurveyDeleteQuestionButton
{
    bottom: 3px;
}

.SurveyBoxLeft
{
    background-image:url(/images/surveys/surveyBoxLeftBorder.jpg);
    background-repeat:repeat-y;
}

.SurveyBoxRight
{
    width:168px;
    vertical-align:top;       
    background-repeat: repeat-y;
    background-image: url(/images/surveys/surveyBoxRightBorder.jpg);
}


.SurveyBoxBottom
{
        
    background-image:url(/images/surveys/surveyBoxBottomBorder.jpg);
    background-repeat:repeat-x;
    background-position:center;
    
}

.SurveyBoxBottomRight
{
        
    background-image:url(/images/surveys/surveyBoxBottomRightBorder.jpg);
    background-repeat:no-repeat;
}

.SurveyBoxBottomLeft
{
    background-image:url(/images/surveys/surveyBoxBottomLeftBorder.jpg);
    background-repeat:no-repeat;
}

.SurveyQuestionPanel
{
	width: 95%;
}

.SurveyLeft
{
	text-align:left;
}