﻿/*
Copyright (c) 2008, Jaba Multimedia. All rights reserved.
*/

/***** Membership ************************************************************/

/* Common */
.action {width:95%;}

/* Create user */
.createuser {}
.createuser table {margin:5px; width:100%;}
.createuser td {padding:2px; vertical-align:top;}
.createaccount td {padding:2px; vertical-align:top;}
.createuser .nav table {width:50%;}

    #selectsubtype {margin-top:10px;}
    #selectsubtype input {margin:0 5px;}

/* User profile */
.userprofile {}

/* login */
.login .title {display:none;}
.login td {padding:3px;}

.login_recover td {padding:3px;}


.userprofile td {vertical-align:top; padding:2px;}
.userprofile td.fldval input, .userprofile td.fldval table {width:220px;}
.userprofile td.fldval .radio input {width:auto;}
.userprofile td.fldval input.fld_country {width:120px; margin-right:10px;}

