/**************************** Compare Products **************************/

.cs_table 
width:700px;
margin:1em auto;
border-collapse:collapse;
font-size: 70%;
align: center;
}

.cs_tr {
text-align: center;
height: 15px;
}

.cs_trodd {
text-align: center;
background-color: #F1F1F1;
height: 15px;
}

.cs_col1 {
width: 220px;
}

.cs_subhead {
background-color: #F6DBDB;
font-size: 125%;
text-align: center;
}


.cs_heading {
font-size: 100%;
font-weight: bold;
text-align: center;
background-color: #ffffff;
height: 35px;
}

.cs_td {
width: 120px;
text-align: center;
border: 0px;
}

/**************************** Compare Dedicated Server Features **************************/

.dedicatedserver_table 
width:700px;
margin:1em auto;
border-collapse:collapse;
font-size: 70%;
align: center;
}

.dedicatedserver_tr {
text-align: center;
height: 15px;
}

.dedicatedserver_trodd {
text-align: center;
background-color: #F1F1F1;
height: 15px;
}

.dedicatedserver_col1 {
width: 300px;
}

.dedicatedserver_subhead {
background-color: #F6DBDB;
background-image: url('cs/cs_images/purplefade_50.jpg'); 
font-size: 125%;
text-align: center;
height: 40px;
color: #ffffff !important;
}


.dedicatedserver_heading {
font-size: 100%;
font-weight: bold;
text-align: center;
background-color: #ffffff;
height: 35px;
}

.dedicatedserver_td {
width: 150px;
text-align: center;
border: 0px;
}


/**************************** Domain Prices **************************/

.domain_table 
width:300px;
margin:1em auto;
font-size: 70%;
}

.domain_tr {
text-align: center;
height: 15px;
}

.domain_trodd {
text-align: center;
background-color: #F1F1F1;
height: 15px;
}

.domain_col1 {
width: 220px;
}

.domain_subhead {
background-color: #F6DBDB;
font-size: 125%;
text-align: center;
}


.domain_heading {
font-size: 100%;
font-weight: bold;
text-align: center;
background-color: #ffffff;
height: 35px;
}

.domain_td {
width: 80px;
text-align: center;
border: 0px;
}


/**************************** Forms **************************/

.standardform {
}

.standardform input, .standardform textarea, .standardform select, select.styledInput {
border:3px solid #B5C1D3;
color:#666666;
font-size:1.2em;
margin-bottom:6px;
width:270px;
}

.standardform input:focus, .standardform textarea:focus, .standardform select:focus, select.styledInput:focus  {
border:3px solid #9B0000;
}

.standardform input.contactsubmit {
border:3px solid #B5C1D3;
width: auto;
}

.standardform input.contactsubmit:hover {
border:3px solid #9B0000;
width: auto;
}

/***************************** Login Forms **********************/
.loginform {
}

.loginform input, .loginform textarea, select.styledInput {
border:3px solid #B5C1D3;
color:#666666;
font-size:1.2em;
margin-bottom:6px;
width:210px;
}

.loginform select {
border:3px solid #B5C1D3;
color:#666666;
font-size:1.2em;
margin-bottom:6px;
width:70px;
}

.loginform input:focus, .loginform textarea:focus {
border:3px solid #9B0000;
width:210px;
}

.loginform input.loginsubmit {
border:3px solid #B5C1D3;
width: auto;
}

.loginform input.loginsubmit:hover {
border:3px solid #9B0000;
width: auto;
}

