/*
Document   : akin
Created on : Apr 27, 2009, 11:38:33 AM
Author     : root
Description:
Purpose of the stylesheet follows.
*/

/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body, td, th {
    font-size: 18px;
    color:#FFFFFF;
    font-family: Century Gothic, verdana, arial, sans-serif;
    padding-left: 10px;
}

body {
    background-color: #fff;
    background-image:url(niranunsal.jpg);
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.style2 {
    font-size: 12px;
    color: #CCCCCC;
    font-family: "Century Gothic", verdana, arial, sans-serif;
}

.gender_radio {
    font-size: 18px;
    color: #000;
    background-color: transparent;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}
 .op_radio {
    font-size: 18px;
    color: #000;
	 background-color: transparent;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}
.age_combo {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}

.city_combo {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}

.gsm_combo {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}

.username_text {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}

.surname_text {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}

.msisdn_text {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}
.nick_text {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}
.code_text {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}


.password_button {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}
.retry_button {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}
.join_button {
    font-size: 18px;
    color: #000;
    background-color: #CCCCCC;
    border-color: #ccc;
    font-family: "Century Gothic", verdana, arial, sans-serif;

}

/*ekle*/
.register {
    
    background-color:#000;
    border:1px solid black;
    filter:alpha(opacity=50);
    opacity: 0.65;
    width:550px;
    
    margin-left: 100;
    margin-top: 50;


}

.code {
    margin-left: 100;
    margin-top: 100;

    
    background-color:#000;
    border:1px solid black;
    filter:alpha(opacity=50);
    opacity: 0.65;
    width:550px;
    
}

.result {
    margin-left: 100;
    margin-top: 100;
    
    background-color:#000;
    border:1px solid black;
    filter:alpha(opacity=50);
    opacity: 0.65;
    width:550px;
    
}

.base {
    
    background-color:#000;
    border:1px solid black;
    filter:alpha(opacity=50);
    opacity: 0.65;
    
    position:absolute;
    bottom:10px;
    left:10px;
    right:10px;
    font-size:13px;

}






