
.dialog {    
	
}

.dialog h2 {
	display:block;clear:both;
}
.dialog .wrapper {
    background: #dee9ef url("../../images/grad_002.png") left top repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /*padding: 20px 30px;*/
	padding: 10px;
}

/** Tag line */

.dialog h2.tagline {
    display: block;
    font-size: 24px;
    line-height: 1.166667em;
    margin: 0 0 0.5em 0;
    /* color: #fff; */
	color:#e0edf5;
    font-weight: bold;
}

/** Example */

.dialog p.example {
    padding: 0 0 1.5em 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.285714em;
    font-weight: bold;
}

/** Dialog */

.dialog .container {
    margin: 0;
}

.dialog .container form label {
    /*display: none;*/
	width:100px;
    margin-bottom: 9px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
}

.dialog .container input.text {
    position: relative;
    float: left;
    width: 250px;
    border: 1px solid #000;
    overflow: visible;
    height: 30px;
    margin: 0 5px 0 0;
    padding: 11px 15px 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #696969;
}

.dialog .container button.submit {
    position: relative;
    border: 0; 
    padding: 0;
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
    padding: 0 2px 0 0;
    margin-top: -1px;
    margin-right: 5px; 
    height: 45px;
    font-size: 24px;
    font-weight: bold;
    text-align: center; 
    background: transparent url("../images/anonhome/submitbutton-right.2.png") no-repeat right top;
}

.dialog .container button.submit::-moz-focus-inner {
    border: none;
}
.dialog .container button.submit span {
    position: relative;
    display: block; 
    white-space: nowrap;
    padding: 8px 11px 0 15px;
    height: 37px; 
    background: transparent url("../images/anonhome/submitbutton-left.2.png") no-repeat left top;
    color:#fff;
    text-shadow: #163551 0 -1px 1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Google Chrome only - fix margins */
    .dialog .container button.submit span {
        margin-top: -1px;
    }
}

.dialog .container button.submit:hover {
    background: transparent url("../images/anonhome/submitbutton-right.2.png") no-repeat right bottom;
}

.dialog .container button.submit:hover span {
    background: transparent url("../images/anonhome/submitbutton-left.2.png") no-repeat left bottom;
}


.dialog p#searchSuggest {
    margin: 0.5em 0 0 0;
    clear: both;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.333333em;
    color: #999;
}

/** Announcement **/

#anonIntro .wrapper {
	height: 290px;
}

/** Login **/

#login .wrapper {
	height: 290px;
}



a.bluebutton {
    height: 26px;
    display: -moz-inline-box;
    display: inline-block;
    padding: 0 4px 0 0;
    background: url("../../images/bluebutton-right.2.png") no-repeat right top;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    text-shadow: #163551 0 -1px 1px;
    overflow: hidden;
}

a.bluebutton span {
    height: 22px;
    padding: 2px 19px 2px 19px;
    background: url("../../images/bluebutton-left.2.png") no-repeat left top;
    display: -moz-inline-box;
    display: inline-block;
    line-height: 22px;
    vertical-align: top;
}

a.bluebutton:hover {
    background-position: right bottom;
    color: #fff;
    text-decoration: none;
}

a.bluebutton:hover span {
    background-position: left bottom;
}




/* Generic Module */

.dashboardModule {
    clear: both;
    margin: 0 0 20px 0;
}

.dashboardModule .content {
    clear: both;
    padding: 10px;
    background: #EDECEE url("../images/anonhome/grad2.png") repeat-x left bottom;
    margin: 0 0 15px 0;
}


#page .dashboardModule h2 {
    display: block;
    clear: both;
    border: 0;
    font-size: 16px;
    line-height: 1.2em;
}

#page .dashboardModule strong.subtitle {
    display: block;
    margin: 0 0 10px 0;
    color: #D51007;
    font-size: 12px;
    line-height: 1.3em;
}

#page .dashboardModule h2 a {
    color: #D51007;
}

#LastAd_TopRight {
    margin-bottom: 15px;
}
