#register {
	padding:10px 0 0 0;
	margin:0 auto;
	width:700px;
}
 
#notescopy {
color:#f75234;
padding:0 0 10px 0;
}

#registercopy {
margin-left:10px;
padding:0 0 20px 0;
}

/* fieldset */

#register fieldset
{
border: 0px;
width:320px;
font-weight:normal;
float:left;
padding:5px 0 12px;
margin:0;
position:relative;
left:0;
font-size: 11px;
}

#register p
{
margin:10px 0;
}

/* legend */

#register legend
{
color: #f75234;
margin-left:35px;
font-weight:bold;
font-size:12px;
}

/* label */

#register label
{
width:140px;
float: left;
text-align: right;
padding:3px 5px 4px 0;
margin:0 0 0 0;
display: block;
font-size:11px;
}

#register label.select_label
{
line-height:20px;
}

#register .notes_title
{
width:140px;
text-align: left;
padding:4px 5px 3px 0;
margin:0;
display: block;
font-size:11px;
}


/* input */
/* text boxes */



#register .input_textarea
{
border:1px solid #222222;
padding:5px;
width:290px;
height:50px;
font-size: 11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* select boxes */

#register select
{
width:150px;

}


/* submit area */

#register_bottom {
color:#000;
width:400px;
margin:0 auto;
text-align:center;;
}
 
#register_bottom fieldset
{
width:310px;
margin:0 auto;
border:0;
	
}

#register_bottom p
{
width:400px;
margin:5px 0;
padding:0;
clear:both;
}

#register_pass_p {
text-align:left;
}

#register_bottom label
{
margin-top:4px;
width:150px;
float: left;
text-align: right;
margin-right: 1em;
padding:0 0 2px 0;
display: block;
font-size:11px;
}




/* Register button start */



#register_button_p {
clear:both;
width:100%;
text-align:center;
}

#choose_password {
clear:both;
width:100%;
text-align:center;
}

#confirm_password {
clear:both;
width:100%;
text-align:center;
}

#error_msg {
width:400px;
margin:10px auto;
text-align:center;
font-size:11px;
color:#f75234;
}

input[type='text'], input[type='password'] {
	border:1px solid #222222;
	padding:5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	
}

/* Register button end */



