﻿

/* ------------------------------
   Common Form Layout
   ------------------------------*/
Body{ background:#FFFFFF; color:#666;}

div.form {
	font-family:Arial, Helvetica, Batang, sans-serif;
    padding: 6px;
	font-size:12px;
	color:#666;
}
    div.form fieldset {
        padding-left: 6px;
        padding-bottom: 6px;
        border: 1px solid #d5d5d5;
        margin: 0px 0px 18px 0px;
    }
    
        div.form fieldset legend {
			font-family:Arial, Helvetica, Batang, sans-serif;
            margin-bottom: 10px; 
            font-size: 16px;
			font-weight:bold;
			color:#1A4AA6;
        }

    div.form fieldset ol,
    div.form fieldset ul {
        list-style: none;
        list-style-type: none;
        list-style-position: outside;
        margin: 0px;
        padding: 0px;
    }
	
	div.form fieldset ol li lateral_text{
	margin-top:-5px;
	float: left; width:150px; line-height: 20px; margin-right: 6px;}
    
        div.form fieldset ol li {
            clear: both;
			font-family:Arial, Helvetica, Batang, sans-serif;
			font-size:12px;
			margin-bottom:10px;
        }
        
            div.form fieldset ol li label {
                display: block;
				padding-right:5px;
				margin-left:20px;
                width: 130px;
                float: left;
                line-height: 1.2em;
                margin-right: 6px;
				font-size:12px;
				min-height:40px; height:auto !important; height:40px;
            }
            
                div.form fieldset ol li label em {
                    font-style: normal;
                    text-decoration: underline;
                }
            
            div.form fieldset li label.required-field {
                background: url("https://www2.brastel.com/cyber/Pages/img/apply/common/ya2.gif") right 5px no-repeat;
            }
            
                div.form fieldset li label.required-field span {
                    display: none;
                }
           
            
                div.form fieldset ul.validation-errors li {
                    float: left;
                    clear: right;
                }
				
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }



    div.form .validation-error {
        color: Red;
        font-size: 12px;
    }

    div.form dl.legend {
       height: 16px;
       width: 190px;
       margin: 6px 0px 0px 132px;
       padding: 3px 4px 0 0;
       border: 1px dashed silver;
       font-size: 16px;
	   font-weight:bold;
    }

        div.form dl.legend dt.required-field {
            float: left;
            width: 15px;
            height: 16px;
            text-indent: -9999px;
            background: url("https://www2.brastel.com/cyber/Pages/img/apply/common/ya2.gif") left no-repeat;
			
        }
        
        div.form dl.legend dd {
            float: left;
            margin-left: 3px;
        }
    
    div.form fieldset.actions {
        border: none;
        margin-top: 12px;
        margin-left: 132px;
        padding: 0px;
    }
    
        div.form fieldset.actions ul li {
            float: left;
        }
        
            div.form fieldset.actions ul li input.button {
                width: 80px;
                margin-right: 6px;
            }
            
            div.form fieldset.actions ul li.default input.button {
                font-weight: bold;
            }
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
/* ------------------------------
   Style.css
   ------------------------------*/			
			
			
			ol {
	margin: .5em 0 1em 1.8em;
}

div.clear {
    clear: both;
}

input.text-box {
	font-family:Arial, Helvetica, Batang, sans-serif;
    font-size: 12px;
    padding-left: 5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
    border: 1px solid #C1C1C1;
    border-top: 1px solid #A5A5A5;
    border-left: 1px solid #A5A5A5;
	margin-bottom:10px;
	float:left;
	margin-right:10px;
}

    input.text-box:hover,
    input.text-box:focus {
        border: 1px solid #229FD5;
        border-top: 1px solid #1B7BA5;
        border-left: 1px solid #1B7BA5;
    }

p.code-sample {
	margin: 8px 0;
	padding: 0 4px 2px;
	background: #eee;
	border: dashed 1px #555;
	font-size: 14px;
}

.js p.code-sample {
	display: none;
}

a.show-link {
	
}

a.show-link:hover {
	color: Blue;
}

#instructions li {
	margin: 0 0 0.4em;
}

/* -------------------------------
		Page Layout Styles
   ------------------------------- */
div#pageContainer {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

	div#pageContainer.default {
		
	}
	
	div#pageContainer div#pageFooter {
		text-align: center;
		padding: 0 0 20px;
	}
	
		div#pageContainer div#pageFooter ul {
			display: inline-block;
			margin: 0; padding: 0;
			list-style-type: none;
		}
		/* IE6+7 Only */
		*:first-child+html div#pageContainer div#pageFooter ul {
			display: inline;
		}
		* html div#pageContainer div#pageFooter ul {
			display: inline;
		}
.terminalImg {
	position:relative;
}
.ata {position:relative;}
.sold_out {position:absolute; height:40px; top:50%; margin-top:-20px; left:50%; margin-left:-25px;}
