
#registration              {width:650px;margin:40px auto;}

#registration p.big        {font-size:16px;}
#registration small        {font-size:85%;}
 .box         {text-align:left;border:solid 1px #efefef;width:99%;} 
 
 .box  td,
 .box  th     {height:30px;padding:5px;text-align:left;vertical-align:top;} 



input[type="text"],
input[type="password"],
select,
 textarea {
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 13px;
  margin: 0 0 12px 0;
  padding: 6px 3px 3px 3px;
  height: 25px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

 div.alert-box {
  display: block;
  padding: 6px 7px 7px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  background-color: white;/*#2ba6cb;*/
  border: 1px solid red;
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
table.numExample     {border-collapse: collapse; 
                      border-spacing: 4px; 
				      border:0px; 
				      background-color: #fcfcfc;
					  width:500; }
table.numExample th {
                      background-color:#009999;
					  color:#FFFFFF;
                      font-size:9pt;
					  font-weight:bold;
					  pagging:3;
					  text-align:center;
					  border:solid #FFFFFF 2px; }
table.numExample td {
                      font-size:9pt;
					  pagging:1;
					  text-align:center;
					  border:solid #FFFFFF 2px; }
table.numExample td.country {
                      width:100px;
                      background-color:#009dd7;
					  color:#FFFFFF;
					  font-weight:bold;
					  text-align:center;}
table.numExample td.pref {
                      width:100px;
	                  background-color:#99ffff;
					  font-weight:bold;
					  text-align:center;}
table.numExample td.num {
                       width:150px;
                       background-color:#f9f9f9;
					   color:#000066;}
					   
table.numExample td.expl, table.numExample td.explP, table.numExample td.explN
                     {
                      padding-top:0px;
					  border:solid #009dd7 1px;
					  border-top:0px;
					  font-family:Arial;
					  font-size:10px;
                          }
 table.numExample td.explP {border:solid #99ffff 1px;}
 table.numExample td.explN {border:solid #000066 1px;}
 
 