﻿@charset "utf-8";
/* CSS Document */



/* ASPS */
#aspsDialog{
}
    #aspsDialog .half{
        float: left;
        margin-top: 20px;
    }
        #aspsDialog .half.left{
            font-size: 14px;
            color: #999;
            text-align: justify;
            width: 47%;
            height: 100%;
            margin-left: 3%;
        }
            #aspsDialog .half.left .text{
                overflow: hidden;
                width: 100%;
                height: 65%;
            }
            #aspsDialog .half.left .text .padded{
                padding-right: 12px;
            }
            #aspsDialog .half.left .buttonHolder{
                text-align: center;
            }
        #aspsDialog .half.right{
            width: 40%;
            margin-left: 5%;
            margin-right: 5%;
        }
        #aspsDialog .button{
            display: inline-block;
            position: relative;
            padding: 5px;
            margin: 3px;
            margin-top: 10px;
            width: 35%;
            border-radius: 5px;
            font-size: 13px;
            color: #efefef; 
            text-align: center;
            text-decoration: none;
            background: url(../../Images/buttonBg.jpg);
            background-position: top;
            border: #222 1px solid;
            cursor: pointer;
            -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15), inset 0 1px 0px 0 rgba(255, 255, 255, 0.15);
            -moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.15), inset 0 1px 0px 0 rgba(255, 255, 255, 0.15);
            box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.15), inset 0 1px 0px 0 rgba(255, 255, 255, 0.15);
        }