/*
 *	CSS Wisehouse - Registrera
 * 	Created: 2017-06-26
 * 	Updated: 2017-06-26 14:04 - CF
 */
html, body                      { padding:0px;margin:0px; }
html                            { overflow-y:scroll; }
body                            { font-family:Calibri,Tahoma,Arial;font-size:16px;color:#000;background-color:#fff;}

A:link                          { color:#00c;text-decoration:none; }
A:active                        { color:#00c;text-decoration:none; }
A:visited                       { color:#00c;text-decoration:none; }
A:hover                         { color:#f9b000;text-decoration:none; }

#pageContentHolder				{ width:770px;margin:20px auto;overflow:auto;border:0px Solid #c00; }
#pageMainLogo					{ width:500px;height:152px;margin:0 auto;background-image:url('../gfx/logo500.png');background-repeat:no-repeat;margin-bottom:20px; }
#pageContent					{ width:760px;margin:0 auto;text-align:center;border:0px Solid #c00; }
#divCLS							{ border:1px Solid #000;margin-bottom:20px; }


.register_holder				{ width:750px;text-align:left;margin-top:20px; }
.register_row					{ width:740px;overflow:auto;border:0px Solid #c00;margin-bottom:5px; }
.register_double_col			{ width:500px;overflow:auto;border:0px Solid #c00;margin-left:170px; }
.register_left_col				{ width:365px;overflow:auto;border:0px Solid #0c0;float:left; }
.register_right_col				{ width:365px;overflow:auto;border:0px Solid #00c;float:left; }
.register_col_title				{ width:150px;overflow:auto;border:0px Solid #999;float:left;text-align:right;padding-right:5px;font-weight:bold;padding-top:4px; }
.register_col_content			{ width:190px;overflow:visible;border:0px Solid #909;float:left; }
.register_col_content_big		{ width:290px;overflow:auto;border:0px Solid #909;float:left; }
.register_col_title_extra		{ font-weight:normal; }

.inputfield						{ border-radius:4px;border:2px Solid #ccc;height:28px;width:185px; }
.inputbutton					{ font-weight:bold;border-radius:4px;border:2px Solid #ccc;background-color:#f0f0f0;padding:10px; }
